summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p8h61-m_pro/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 12:50:55 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 11:50:02 +0000
commit14b7e655bf876e8389bc83bc30e702ca3c58e845 (patch)
tree777592ce895466c3e5103f1f9cd31dadca23b160 /src/mainboard/asus/p8h61-m_pro/Kconfig
parente94cda578c6a91538c05cc8590752435136268b4 (diff)
downloadcoreboot-14b7e655bf876e8389bc83bc30e702ca3c58e845.tar.gz
coreboot-14b7e655bf876e8389bc83bc30e702ca3c58e845.tar.bz2
coreboot-14b7e655bf876e8389bc83bc30e702ca3c58e845.zip
mb/asus/p8h61-m_pro: Transform into variant setup
Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus P8H61-M PRO remains identical when not adding the .config file in it. Change-Id: Iaa53a8a1b75f4c7359e32c6cd8c8a488c5763bbe Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54373 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/asus/p8h61-m_pro/Kconfig')
-rw-r--r--src/mainboard/asus/p8h61-m_pro/Kconfig32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mainboard/asus/p8h61-m_pro/Kconfig b/src/mainboard/asus/p8h61-m_pro/Kconfig
deleted file mode 100644
index 56745496db1e..000000000000
--- a/src/mainboard/asus/p8h61-m_pro/Kconfig
+++ /dev/null
@@ -1,32 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-only
-
-if BOARD_ASUS_P8H61_M_PRO
-
-config BOARD_SPECIFIC_OPTIONS
- def_bool y
- select BOARD_ROMSIZE_KB_4096
- select DRIVERS_ASMEDIA_ASPM_BLACKLIST
- select HAVE_ACPI_RESUME
- select HAVE_ACPI_TABLES
- select HAVE_CMOS_DEFAULT
- select HAVE_OPTION_TABLE
- select INTEL_GMA_HAVE_VBT
- select MAINBOARD_HAS_LIBGFXINIT
- select MAINBOARD_HAS_LPC_TPM
- select NORTHBRIDGE_INTEL_SANDYBRIDGE
- select REALTEK_8168_RESET
- select RT8168_SET_LED_MODE
- select SERIRQ_CONTINUOUS_MODE
- select SOUTHBRIDGE_INTEL_BD82X6X
- select SUPERIO_NUVOTON_NCT6776
- select USE_NATIVE_RAMINIT
-
-config MAINBOARD_DIR
- string
- default "asus/p8h61-m_pro"
-
-config MAINBOARD_PART_NUMBER
- string
- default "P8H61-M PRO"
-
-endif # BOARD_ASUS_P8H61_M_PRO