diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-12-16 02:18:14 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-12-24 17:35:44 +0000 |
commit | c555162cde198e97c5b05e1c42fdcf7ddcefdd17 (patch) | |
tree | 8fe06a71f970485c7f7aa94c89ba0ac3979d6d84 /src/mainboard/google/sarien/Kconfig | |
parent | 1e68d3d9a924f494fb7a8c01e126a5002540716b (diff) |
mb/google/sarien: Move selects from Kconfig.name to Kconfig
Move selects from Kconfig.name to Kconfig so that the configuration is
at one place and not distributed over two files.
Change-Id: Ia9c59917196df8226391765f7dd7b7c5cdad1aee
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60151
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/sarien/Kconfig')
-rw-r--r-- | src/mainboard/google/sarien/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 15d774fdb0..66f4311939 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -28,6 +28,12 @@ config BOARD_GOOGLE_BASEBOARD_SARIEN select SYSTEM_TYPE_LAPTOP if BOARD_GOOGLE_SARIEN select USE_SAR +config BOARD_GOOGLE_ARCADA + select BOARD_GOOGLE_BASEBOARD_SARIEN + +config BOARD_GOOGLE_SARIEN + select BOARD_GOOGLE_BASEBOARD_SARIEN + if BOARD_GOOGLE_BASEBOARD_SARIEN config CHROMEOS |