mylesgw wrote:
Does it make sense to try to keep these out of board-specific Kconfigs?
I don't think they should be handled by Kconfig at all, but the current HT code needs them defined, and they are very board-specific
Ok.
I think the best way would be to specify each HT chain's values in the device tree.
I like that. Values "belonging" to the source code is kept in the device tree, Kconfig is closer to the user who builds the code.
//Peter