* Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net [080211 01:57]:
CAR size and CAR base defines are scattered all over the place. Set them centrally from Kconfig, but keep the Kconfig variables hidden. That way, they are available everywhere, you don't have to try to guess where they are set, and they come with help text if you look at arch/x86/Kconfig. No semantic changes, although some of the settings really could use an overhaul.
This also is a requirement for my printk buffer patch.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
NACK. Search the archives for previous discussion on this. The config system is not there to set code internal only variables. That's what the arch/x86 cpu dependent include files are there for.