More kconfig cleanups:
authorUwe Hermann <uwe@hermann-uwe.de>
Fri, 9 Oct 2009 11:47:21 +0000 (11:47 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 9 Oct 2009 11:47:21 +0000 (11:47 +0000)
commit748475b800c552236aff16c1beffd55b70791ae6
tree340f14dfeb3cec4c1d7a89935efc526dd736fb89
parentebb43d69439d847e87e18ac332e71b9b0476936a
More kconfig cleanups:

 - Use "default n" for all components that shall be "select"ed.

 - Use "0x0" instead of "0" for hex variables for clarity and to reduce
   the risk of people passing integer instead of hex values to such variables.

 - Add TODO comments for boards that have irq_tables.c but don' set
   CONFIG_HAVE_PIRQ_TABLE = 1. Someone with the hardware should test enabling.

 - ASUS M2V-MX SE doesn't have irq_tables.c so don't define
   IRQ_SLOT_COUNT in its Kconfig file.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4749 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
17 files changed:
src/Kconfig
src/arch/i386/Kconfig
src/cpu/Kconfig
src/cpu/amd/socket_F_1207/Kconfig
src/mainboard/asus/m2v-mx_se/Kconfig
src/mainboard/iei/juki-511p/Options.lb
src/mainboard/televideo/tc7020/Options.lb
src/mainboard/via/epia-m700/Options.lb
src/southbridge/intel/i82371eb/Kconfig
src/superio/fintek/Kconfig
src/superio/intel/Kconfig
src/superio/ite/Kconfig
src/superio/nsc/Kconfig
src/superio/serverengines/Kconfig
src/superio/smsc/Kconfig
src/superio/via/Kconfig
src/superio/winbond/Kconfig