diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-17 11:38:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-18 11:45:40 +0000 |
commit | 1dae328c2772ea169f33681b093c12efa5f4ae0a (patch) | |
tree | dc902735204eb43c6c175093e627bce2c937b23b /src/mainboard/asus/p8h61-m_lx | |
parent | ec2e3043fd3364360c398200a021cfe5bf891396 (diff) | |
download | coreboot-1dae328c2772ea169f33681b093c12efa5f4ae0a.tar.xz |
mb/asus/p8h61-m_lx/Kconfig: Sort selects
In preparation to switch the Asus H61 boards to a variant setup, sort
the `select` lines in Kconfig alphabetically.
Change-Id: Ia5a8d36f78db2262b4c8d48cbb4dd16718d01475
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54364
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p8h61-m_lx')
-rw-r--r-- | src/mainboard/asus/p8h61-m_lx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/p8h61-m_lx/Kconfig b/src/mainboard/asus/p8h61-m_lx/Kconfig index a108c3bc0c..80159973cb 100644 --- a/src/mainboard/asus/p8h61-m_lx/Kconfig +++ b/src/mainboard/asus/p8h61-m_lx/Kconfig @@ -7,8 +7,8 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_4096 select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES - select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT + select HAVE_OPTION_TABLE select INTEL_GMA_HAVE_VBT select INTEL_INT15 select MAINBOARD_HAS_LIBGFXINIT |