Add a new variant of Poppy for the Atlas board. BUG=b:75454415 TEST=tested on a P0 board. System boots and is mostly functional, though some peripherals are not ready so there are no touchpad/touchscreen devices configured yet. Change-Id: I5a0bccd1bda0134aa51885ac2c6e7bb5b45de924 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/25389 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
25 lines
593 B
Plaintext
25 lines
593 B
Plaintext
config BOARD_GOOGLE_ATLAS
|
|
bool "Atlas"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|
|
select VARIANT_SPECIFIC_OPTIONS_ATLAS
|
|
|
|
config BOARD_GOOGLE_POPPY
|
|
bool "Poppy"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|
|
select VARIANT_SPECIFIC_OPTIONS_POPPY
|
|
|
|
config BOARD_GOOGLE_NAMI
|
|
bool "Nami"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|
|
select VARIANT_SPECIFIC_OPTIONS_NAMI
|
|
|
|
config BOARD_GOOGLE_NAUTILUS
|
|
bool "Nautilus"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|
|
select VARIANT_SPECIFIC_OPTIONS_NAUTILUS
|
|
|
|
config BOARD_GOOGLE_SORAKA
|
|
bool "Soraka"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|
|
select VARIANT_SPECIFIC_OPTIONS_SORAKA
|