From 446b1888e3b5bc195b5554ec5794f574d7dcc94c Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Mon, 3 May 2021 13:48:43 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52855 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/mainboard/asrock/h81m-hds/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mainboard/asrock/h81m-hds') 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 -- cgit v1.2.3