On Thu, Sep 24, 2009 at 8:34 AM, Peter Stuge peter@stuge.se wrote:
mylesgw wrote:
+config HT_CHAIN_UNITID_BASE
hex
default 0x0
depends on BOARD_ASUS_M2V_MX_SE
..
+config SB_HT_CHAIN_UNITID_OFFSET_ONLY +config SB_HT_CHAIN_ON_BUS0 +config HT_CHAIN_END_UNITID_BASE
..
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 (actually most of the time they are HT chain specific). I think the best way would be to specify each HT chain's values in the device tree.
Thanks, Myles