From 748475b800c552236aff16c1beffd55b70791ae6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 9 Oct 2009 11:47:21 +0000 Subject: 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 Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4749 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/fintek/Kconfig | 1 + src/superio/intel/Kconfig | 1 + src/superio/ite/Kconfig | 7 +++++++ src/superio/nsc/Kconfig | 9 +++++++++ src/superio/serverengines/Kconfig | 1 + src/superio/smsc/Kconfig | 6 ++++++ src/superio/via/Kconfig | 1 + src/superio/winbond/Kconfig | 9 +++++++++ 8 files changed, 35 insertions(+) (limited to 'src/superio') diff --git a/src/superio/fintek/Kconfig b/src/superio/fintek/Kconfig index 540e18e44e..75d78cb841 100644 --- a/src/superio/fintek/Kconfig +++ b/src/superio/fintek/Kconfig @@ -1,2 +1,3 @@ config SUPERIO_FINTEK_F71805F bool + default n diff --git a/src/superio/intel/Kconfig b/src/superio/intel/Kconfig index a7aca7d35d..1df4f2e68c 100644 --- a/src/superio/intel/Kconfig +++ b/src/superio/intel/Kconfig @@ -1,2 +1,3 @@ config SUPERIO_INTEL_I3100 bool + default n diff --git a/src/superio/ite/Kconfig b/src/superio/ite/Kconfig index 066498149b..609b4b604f 100644 --- a/src/superio/ite/Kconfig +++ b/src/superio/ite/Kconfig @@ -1,14 +1,21 @@ config SUPERIO_ITE_IT8661F bool + default n config SUPERIO_ITE_IT8671F bool + default n config SUPERIO_ITE_IT8673F bool + default n config SUPERIO_ITE_IT8705F bool + default n config SUPERIO_ITE_IT8712F bool + default n config SUPERIO_ITE_IT8716F bool + default n config SUPERIO_ITE_IT8718F bool + default n diff --git a/src/superio/nsc/Kconfig b/src/superio/nsc/Kconfig index 68a1df8086..5a398809fc 100644 --- a/src/superio/nsc/Kconfig +++ b/src/superio/nsc/Kconfig @@ -1,18 +1,27 @@ config SUPERIO_NSC_PC8374 bool + default n config SUPERIO_NSC_PC87309 bool + default n config SUPERIO_NSC_PC87351 bool + default n config SUPERIO_NSC_PC87360 bool + default n config SUPERIO_NSC_PC87366 bool + default n config SUPERIO_NSC_PC87417 bool + default n config SUPERIO_NSC_PC87427 bool + default n config SUPERIO_NSC_PC97307 bool + default n config SUPERIO_NSC_PC97317 bool + default n diff --git a/src/superio/serverengines/Kconfig b/src/superio/serverengines/Kconfig index dfb803f992..ad51a40cfc 100644 --- a/src/superio/serverengines/Kconfig +++ b/src/superio/serverengines/Kconfig @@ -1,2 +1,3 @@ config SUPERIO_SERVERENGINES_PILOT bool + default n diff --git a/src/superio/smsc/Kconfig b/src/superio/smsc/Kconfig index ac7b0dabc1..6c1259bb13 100644 --- a/src/superio/smsc/Kconfig +++ b/src/superio/smsc/Kconfig @@ -1,12 +1,18 @@ config SUPERIO_SMSC_FDC37M60X bool + default n config SUPERIO_SMSC_LPC47B272 bool + default n config SUPERIO_SMSC_LPC47B397 bool + default n config SUPERIO_SMSC_LPC47M10X bool + default n config SUPERIO_SMSC_LPC47N217 bool + default n config SUPERIO_SMSC_SMSCSUPERIO bool + default n diff --git a/src/superio/via/Kconfig b/src/superio/via/Kconfig index 36b7f472cb..1a20f0725a 100644 --- a/src/superio/via/Kconfig +++ b/src/superio/via/Kconfig @@ -1,2 +1,3 @@ config SUPERIO_VIA_VT1211 bool + default n diff --git a/src/superio/winbond/Kconfig b/src/superio/winbond/Kconfig index 63168cfa29..0d052052bb 100644 --- a/src/superio/winbond/Kconfig +++ b/src/superio/winbond/Kconfig @@ -1,18 +1,27 @@ config SUPERIO_WINBOND_W83627DHG bool + default n config SUPERIO_WINBOND_W83627EHG bool + default n config SUPERIO_WINBOND_W83627HF bool + default n config SUPERIO_WINBOND_W83627THF bool + default n config SUPERIO_WINBOND_W83627THG bool + default n config SUPERIO_WINBOND_W83627UHG bool + default n config SUPERIO_WINBOND_W83697HF bool + default n config SUPERIO_WINBOND_W83977F bool + default n config SUPERIO_WINBOND_W83977TF bool + default n -- cgit v1.2.3