diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-24 14:05:19 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-24 14:05:19 +0000 |
commit | f0cfb22970db1cc91e7a73f139939ef13786fbb5 (patch) | |
tree | b04148753e8d57939cae8e47d4538f9886cfd125 /src/mainboard/asus/mew-vm | |
parent | a57a0ac53edf40a69c5aac2bb83ccf9d6f35c4c9 (diff) |
Re-enable option table for the ASUS MEW-VM and fix build.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4669 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/mew-vm')
-rw-r--r-- | src/mainboard/asus/mew-vm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/asus/mew-vm/Kconfig b/src/mainboard/asus/mew-vm/Kconfig index 67e61ba78c..46fc1b3ca9 100644 --- a/src/mainboard/asus/mew-vm/Kconfig +++ b/src/mainboard/asus/mew-vm/Kconfig @@ -42,11 +42,6 @@ config MAINBOARD_PART_NUMBER default "MEW-VM" depends on BOARD_ASUS_MEW_VM -config HAVE_OPTION_TABLE - bool - default n - depends on BOARD_ASUS_MEW_VM - config IRQ_SLOT_COUNT int default 11 |