summaryrefslogtreecommitdiff
path: root/src/mainboard/iei/juki-511p
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-09 11:47:21 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-09 11:47:21 +0000
commit748475b800c552236aff16c1beffd55b70791ae6 (patch)
tree340f14dfeb3cec4c1d7a89935efc526dd736fb89 /src/mainboard/iei/juki-511p
parentebb43d69439d847e87e18ac332e71b9b0476936a (diff)
downloadcoreboot-748475b800c552236aff16c1beffd55b70791ae6.tar.xz
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
Diffstat (limited to 'src/mainboard/iei/juki-511p')
-rw-r--r--src/mainboard/iei/juki-511p/Options.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iei/juki-511p/Options.lb b/src/mainboard/iei/juki-511p/Options.lb
index de0b1d2f21..16264f2754 100644
--- a/src/mainboard/iei/juki-511p/Options.lb
+++ b/src/mainboard/iei/juki-511p/Options.lb
@@ -69,10 +69,10 @@ default CONFIG_UDELAY_IO=1
##
## Build code to export a programmable irq routing table
##
+# FIXME: There's an irq_tables.c file, but CONFIG_HAVE_PIRQ_TABLE is 0.
default CONFIG_HAVE_PIRQ_TABLE=0
default CONFIG_IRQ_SLOT_COUNT=2
default CONFIG_PIRQ_ROUTE=1
-#object irq_tables.o
##
## Build code to export a CMOS option table