From b24e276503016618b30814d76f18e7ff13034158 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 5 Oct 2009 00:07:12 +0000 Subject: 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4722 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/a-trend/atc-6220/Kconfig | 2 -- src/mainboard/a-trend/atc-6240/Kconfig | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/mainboard/a-trend') diff --git a/src/mainboard/a-trend/atc-6220/Kconfig b/src/mainboard/a-trend/atc-6220/Kconfig index c5c705b566..12c50e45c2 100644 --- a/src/mainboard/a-trend/atc-6220/Kconfig +++ b/src/mainboard/a-trend/atc-6220/Kconfig @@ -27,8 +27,6 @@ config BOARD_A_TREND_ATC_6220 select SUPERIO_WINBOND_W83977TF select HAVE_PIRQ_TABLE select UDELAY_IO - select PCI_ROM_RUN - select CONSOLE_VGA config MAINBOARD_DIR string diff --git a/src/mainboard/a-trend/atc-6240/Kconfig b/src/mainboard/a-trend/atc-6240/Kconfig index 824aa2c4f0..9f6c9e3988 100644 --- a/src/mainboard/a-trend/atc-6240/Kconfig +++ b/src/mainboard/a-trend/atc-6240/Kconfig @@ -27,8 +27,6 @@ config BOARD_A_TREND_ATC_6240 select SUPERIO_WINBOND_W83627HF select HAVE_PIRQ_TABLE select UDELAY_IO - select PCI_ROM_RUN - select CONSOLE_VGA config MAINBOARD_DIR string -- cgit v1.2.3