Attention is currently required from: Felix Singer, Reka Norman, Tim Wawrzynczak, Angel Pons, Nick Vaccaro. Hello build bot (Jenkins), Reka Norman, Tim Wawrzynczak, Angel Pons, Nick Vaccaro, EricR Lai,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60379
to look at the new patch set (#3).
Change subject: mb/google/brya: Rework BOARD_GOOGLE_BASEBOARD_* Kconfig ......................................................................
mb/google/brya: Rework BOARD_GOOGLE_BASEBOARD_* Kconfig
Current mainboard code supports different baseboard binding example: brya uses BOARD_GOOGLE_BASEBOARD_BRYA and brask uses BOARD_GOOGLE_BASEBOARD_BRASK Kconfig.
This patch introduces the `BOARD_GOOGLE_BRYA_COMMON` Kconfig option so if clause don't need to add specific baseboard binding Kconfig everytime with introduction of newer mainboard in future.
Renamed BOARD_GOOGLE_BRYA_COMMON to BOARD_SPECIFIC_OPTIONS.
TEST=CONFIG_BOARD_GOOGLE_BRYA_COMMON=y while building brya.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I754159447e68b8ac2ea21009cc801fc5ba5df56e --- M src/mainboard/google/brya/Kconfig 1 file changed, 8 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/60379/3