5547c371c1
Create Nautilus board which derives from Poppy, a KBL reference board. BRANCH=master BUG=b:66462881 TEST=Build (as initial setup) Change-Id: I6ca5ab821a7ba1746b37dfd3ea1ed367094d4f52 Signed-off-by: Chris Wang <chriswang@ami.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/21895 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
11 lines
241 B
Text
11 lines
241 B
Text
config BOARD_GOOGLE_POPPY
|
|
bool "Poppy"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|
|
|
|
config BOARD_GOOGLE_NAUTILUS
|
|
bool "Nautilus"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|
|
|
|
config BOARD_GOOGLE_SORAKA
|
|
bool "Soraka"
|
|
select BOARD_GOOGLE_BASEBOARD_POPPY
|