Julius Werner has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42730 )
Change subject: trogdor: Add board variant checks in Kconfig ......................................................................
trogdor: Add board variant checks in Kconfig
Diffentiate Lazor and trogdor build configuration
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I3ad413ea6e658e939796bebdff8c1e0dd76417cc Reviewed-on: https://review.coreboot.org/c/coreboot/+/42730 Reviewed-by: Julius Werner jwerner@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/trogdor/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved
diff --git a/src/mainboard/google/trogdor/Kconfig b/src/mainboard/google/trogdor/Kconfig index dfd98f0..0500574 100644 --- a/src/mainboard/google/trogdor/Kconfig +++ b/src/mainboard/google/trogdor/Kconfig @@ -5,7 +5,8 @@ if BOARD_GOOGLE_TROGDOR_COMMON
config TROGDOR_REV0 - def_bool y + def_bool y if BOARD_GOOGLE_TROGDOR + def_bool n
config BOARD_SPECIFIC_OPTIONS def_bool y