diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-12-12 15:27:13 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-15 23:23:57 +0000 |
commit | a825170966afc6f4223c8477907601bf1431032b (patch) | |
tree | 471b272fd0d8dbae13d0681b306befc6a7fee4df /src/mainboard/google/fizz/Kconfig.name | |
parent | 6f81c8698ecac05054ae8267efe4e241d6f01d31 (diff) |
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>
Diffstat (limited to 'src/mainboard/google/fizz/Kconfig.name')
-rw-r--r-- | src/mainboard/google/fizz/Kconfig.name | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/fizz/Kconfig.name b/src/mainboard/google/fizz/Kconfig.name index 45cdbd9388..7c792397d2 100644 --- a/src/mainboard/google/fizz/Kconfig.name +++ b/src/mainboard/google/fizz/Kconfig.name @@ -2,12 +2,9 @@ comment "Fizz" 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 |