Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60063 )
Change subject: mb/google/fizz: Move selects from Kconfig.name to Kconfig ......................................................................
mb/google/fizz: 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: I9201b5bcbf53422cefc6027a0d67fcf2201b14a4 Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/60063 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/mainboard/google/fizz/Kconfig M src/mainboard/google/fizz/Kconfig.name 2 files changed, 9 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig index ac7f149..874cd67 100644 --- a/src/mainboard/google/fizz/Kconfig +++ b/src/mainboard/google/fizz/Kconfig @@ -27,6 +27,15 @@ select RT8168_SUPPORT_LEGACY_VPD_MAC select RT8168_SET_LED_MODE
+config BOARD_GOOGLE_FIZZ + select BOARD_GOOGLE_BASEBOARD_FIZZ + +config BOARD_GOOGLE_KARMA + select BOARD_GOOGLE_BASEBOARD_FIZZ + +config BOARD_GOOGLE_ENDEAVOUR + select BOARD_GOOGLE_BASEBOARD_FIZZ + if BOARD_GOOGLE_BASEBOARD_FIZZ
config DEVICETREE diff --git a/src/mainboard/google/fizz/Kconfig.name b/src/mainboard/google/fizz/Kconfig.name index 45cdbd9..7c79239 100644 --- a/src/mainboard/google/fizz/Kconfig.name +++ b/src/mainboard/google/fizz/Kconfig.name @@ -2,12 +2,9 @@
config BOARD_GOOGLE_FIZZ bool "-> Fizz" - select BOARD_GOOGLE_BASEBOARD_FIZZ
config BOARD_GOOGLE_KARMA bool "-> Karma" - select BOARD_GOOGLE_BASEBOARD_FIZZ
config BOARD_GOOGLE_ENDEAVOUR bool "-> Endeavour" - select BOARD_GOOGLE_BASEBOARD_FIZZ