summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/h61m-cs/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 13:03:36 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 11:51:02 +0000
commit9d54a228092e627ad7f159bb21e45c468c2f9f2c (patch)
tree1909eb5bcf8b25a2d7aa027ded23bf7db6fd74f7 /src/mainboard/asus/h61m-cs/Kconfig
parent14b7e655bf876e8389bc83bc30e702ca3c58e845 (diff)
mb/asus/h61m-cs: Transform into variant setup
To preserve reproducibility, temporarily guard mainboard.c contents. This will be removed once all boards have become variants. Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus H61M-CS remains identical when not adding the .config file in it. Change-Id: I1ffb41470d24713a4a7f0689958b733d4b1bdf52 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54374 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/asus/h61m-cs/Kconfig')
-rw-r--r--src/mainboard/asus/h61m-cs/Kconfig27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mainboard/asus/h61m-cs/Kconfig b/src/mainboard/asus/h61m-cs/Kconfig
deleted file mode 100644
index 83ea89a53b..0000000000
--- a/src/mainboard/asus/h61m-cs/Kconfig
+++ /dev/null
@@ -1,27 +0,0 @@
-if BOARD_ASUS_H61M_CS
-
-config BOARD_SPECIFIC_OPTIONS
- def_bool y
- select BOARD_ROMSIZE_KB_8192
- select HAVE_ACPI_RESUME
- select HAVE_ACPI_TABLES
- select HAVE_CMOS_DEFAULT
- select HAVE_OPTION_TABLE
- select INTEL_GMA_HAVE_VBT
- select INTEL_INT15
- select MAINBOARD_HAS_LIBGFXINIT
- select NO_UART_ON_SUPERIO
- select NORTHBRIDGE_INTEL_SANDYBRIDGE
- select SERIRQ_CONTINUOUS_MODE
- select SOUTHBRIDGE_INTEL_BD82X6X
- select SUPERIO_NUVOTON_NCT6779D
- select USE_NATIVE_RAMINIT
-
-config MAINBOARD_DIR
- string
- default "asus/h61m-cs"
-
-config MAINBOARD_PART_NUMBER
- string
- default "H61M-CS"
-endif