diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-05-08 19:41:10 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-09-21 22:33:30 +0000 |
commit | cef2ca946ed4bf04b8a51b137f7788ab04f5d8b6 (patch) | |
tree | 2dfc936e5d7e5a0236253624aa3111ca2e063bdb /src/mainboard/google/asurada/Kconfig | |
parent | 60be9fe7cad1b22efc0a166cd52c29dd1dd799d6 (diff) |
mb/google/asurada: 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: I3f4965b8b253983ad1f8db77e1b91860a270c305
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75022
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/google/asurada/Kconfig')
-rw-r--r-- | src/mainboard/google/asurada/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/asurada/Kconfig b/src/mainboard/google/asurada/Kconfig index 46a0327e4f..e4f2c44971 100644 --- a/src/mainboard/google/asurada/Kconfig +++ b/src/mainboard/google/asurada/Kconfig @@ -4,6 +4,15 @@ config BOARD_GOOGLE_ASURADA_COMMON def_bool n +config BOARD_GOOGLE_ASURADA + select BOARD_GOOGLE_ASURADA_COMMON + +config BOARD_GOOGLE_HAYATO + select BOARD_GOOGLE_ASURADA_COMMON + +config BOARD_GOOGLE_SPHERION + select BOARD_GOOGLE_ASURADA_COMMON + if BOARD_GOOGLE_ASURADA_COMMON config VBOOT |