diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-09 12:32:55 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-09 12:32:55 +0000 |
commit | 5543c66cca1907895576096b28effb2866ed3e2c (patch) | |
tree | 4d2392e6eca5696a7ed27c3e1093eb124b1cc819 /src/mainboard/asus | |
parent | 2063197a4f610898c6e258e9fbd58b0bc92c7e85 (diff) |
Actually set HAVE_OPTION_TABLES for the boards that need it.
(See last commit)
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5100 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/a8v-e_se/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/asus/a8v-e_se/Kconfig b/src/mainboard/asus/a8v-e_se/Kconfig index b67ae79863..a8319b3756 100644 --- a/src/mainboard/asus/a8v-e_se/Kconfig +++ b/src/mainboard/asus/a8v-e_se/Kconfig @@ -99,11 +99,6 @@ config USE_INIT default n depends on BOARD_ASUS_A8V_E_SE -config HAVE_OPTION_TABLE - bool - default n - depends on BOARD_ASUS_A8V_E_SE - config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex default 0x1043 |