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>
This commit is contained in:
Ravi Kumar Bokka 2020-06-22 18:30:04 +05:30 committed by Julius Werner
parent 072a9b96eb
commit cdd84e7f62
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ config BOARD_GOOGLE_TROGDOR_COMMON # Umbrella option to be selected by variants
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