diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-05 00:07:12 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-05 00:07:12 +0000 |
commit | b24e276503016618b30814d76f18e7ff13034158 (patch) | |
tree | 35e92529b01a2aed1aa7688d0118fada1d93e727 /src/mainboard/gigabyte | |
parent | 90950925c79b4d0b48c3d9dfc1e3de6a67212a97 (diff) | |
download | coreboot-b24e276503016618b30814d76f18e7ff13034158.tar.xz |
PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig and
should not be set in per-mainboard Kconfigs.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4722 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxc/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Kconfig | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/Kconfig b/src/mainboard/gigabyte/ga-6bxc/Kconfig index 700063ad36..b04ff08721 100644 --- a/src/mainboard/gigabyte/ga-6bxc/Kconfig +++ b/src/mainboard/gigabyte/ga-6bxc/Kconfig @@ -27,8 +27,6 @@ config BOARD_GIGABYTE_GA_6BXC select SUPERIO_ITE_IT8671F select HAVE_PIRQ_TABLE select UDELAY_IO - select PCI_ROM_RUN - select CONSOLE_VGA config MAINBOARD_DIR string diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index f754bcb54a..3fd47e9f94 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -18,8 +18,6 @@ config BOARD_GIGABYTE_M57SLI select SB_HT_CHAIN_UNITID_OFFSET_ONLY select HAVE_ACPI_TABLES select K8_REV_F_SUPPORT - select PCI_ROM_RUN - select CONSOLE_VGA select HAVE_FANCTL config MAINBOARD_DIR |