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:
parent
072a9b96eb
commit
cdd84e7f62
|
@ -5,7 +5,8 @@ config BOARD_GOOGLE_TROGDOR_COMMON # Umbrella option to be selected by variants
|
||||||
if BOARD_GOOGLE_TROGDOR_COMMON
|
if BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
||||||
config TROGDOR_REV0
|
config TROGDOR_REV0
|
||||||
def_bool y
|
def_bool y if BOARD_GOOGLE_TROGDOR
|
||||||
|
def_bool n
|
||||||
|
|
||||||
config BOARD_SPECIFIC_OPTIONS
|
config BOARD_SPECIFIC_OPTIONS
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
Loading…
Reference in New Issue