diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2021-05-03 13:48:43 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-04 21:27:50 +0000 |
commit | 446b1888e3b5bc195b5554ec5794f574d7dcc94c (patch) | |
tree | 7e56de8a80d946aba438d048c4429d6fa351e2bf /src/mainboard | |
parent | 633e0f2264cb58f4575d2b2f8868b628d939ed70 (diff) |
mb/*/Kconfig: Drop select USE_OPTION_TABLE
Only 4 mainboards selected to use the option table.
Use the same default on all boards.
Change-Id: Ia9ef88d5158a2b43f843c26b5b366a899dad8788
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52855
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/apple/macbook21/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/asrock/h81m-hds/Kconfig | 8 | ||||
-rw-r--r-- | src/mainboard/asus/am1i-a/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x60/Kconfig | 1 |
4 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/apple/macbook21/Kconfig b/src/mainboard/apple/macbook21/Kconfig index 9eb06ff36e..5d8f6267d1 100644 --- a/src/mainboard/apple/macbook21/Kconfig +++ b/src/mainboard/apple/macbook21/Kconfig @@ -15,7 +15,6 @@ config BOARD_SPECIFIC_OPTIONS select INTEL_INT15 select HAVE_ACPI_TABLES select HAVE_ACPI_RESUME - select USE_OPTION_TABLE select I945_LVDS config MAINBOARD_DIR diff --git a/src/mainboard/asrock/h81m-hds/Kconfig b/src/mainboard/asrock/h81m-hds/Kconfig index af723a3e04..4e9583c8e0 100644 --- a/src/mainboard/asrock/h81m-hds/Kconfig +++ b/src/mainboard/asrock/h81m-hds/Kconfig @@ -32,12 +32,4 @@ config MAINBOARD_PART_NUMBER string default "H81M-HDS" -# -# Since this is a desktop board, the assumption is made that most users -# would want CMOS configuration enabled by default. -# -config USE_OPTION_TABLE - bool - default y - endif diff --git a/src/mainboard/asus/am1i-a/Kconfig b/src/mainboard/asus/am1i-a/Kconfig index 78948b2652..365043c1f7 100644 --- a/src/mainboard/asus/am1i-a/Kconfig +++ b/src/mainboard/asus/am1i-a/Kconfig @@ -7,7 +7,6 @@ config BOARD_SPECIFIC_OPTIONS select FORCE_AM1_SOCKET_SUPPORT select GFXUMA select HAVE_OPTION_TABLE - select USE_OPTION_TABLE select HAVE_CMOS_DEFAULT select HAVE_PIRQ_TABLE select HAVE_ACPI_RESUME diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index 8397835aaf..3a8217932d 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_2048 select HAVE_ACPI_TABLES select HAVE_ACPI_RESUME - select USE_OPTION_TABLE select DRIVERS_LENOVO_WACOM select I945_LVDS select INTEL_GMA_HAVE_VBT |