diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-09 22:30:22 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-11-11 01:13:34 +0000 |
commit | 8fa27fa693303abe261d057d648f096b5273ecb9 (patch) | |
tree | ee7e572461b9648aa043361c10b8ba65bc19eb29 /src | |
parent | 35a30de7afcc65481b28a1e9e502898eb38d58e2 (diff) |
mb/clevo/kbl-u: Move selects from Kconfig.name to Kconfig
Selects should be done in the Kconfig file instead of Kconfig.name and
not mixed over both files.
Change-Id: I51b3bca2421b64f73d4d3c0d9346a1416bf15f35
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78976
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/clevo/kbl-u/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/clevo/kbl-u/Kconfig.name | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/clevo/kbl-u/Kconfig b/src/mainboard/clevo/kbl-u/Kconfig index d86a40422a..8de8be2c1f 100644 --- a/src/mainboard/clevo/kbl-u/Kconfig +++ b/src/mainboard/clevo/kbl-u/Kconfig @@ -22,6 +22,9 @@ config BOARD_CLEVO_N130WU_OPTIONS bool select BOARD_CLEVO_KBLU_COMMON +config BOARD_CLEVO_N130WU + select BOARD_CLEVO_N130WU_OPTIONS + if BOARD_CLEVO_KBLU_COMMON config VBOOT diff --git a/src/mainboard/clevo/kbl-u/Kconfig.name b/src/mainboard/clevo/kbl-u/Kconfig.name index 05a49cda7c..5a6f699c67 100644 --- a/src/mainboard/clevo/kbl-u/Kconfig.name +++ b/src/mainboard/clevo/kbl-u/Kconfig.name @@ -4,4 +4,3 @@ comment "Kaby Lake U" config BOARD_CLEVO_N130WU bool "N130WU / N131WU" - select BOARD_CLEVO_N130WU_OPTIONS |