mb/google/poppy/variants/nautilus: Enable SAR configs
This change enables SAR configs when building with CHROMEOS option. BUG=b:74439919 Change-Id: I11a8fa04a77f688ed288780f2c605b8ac701f5a9 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/25104 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
0995b2da38
commit
daec14da23
|
@ -16,6 +16,13 @@ config BOARD_GOOGLE_BASEBOARD_POPPY
|
|||
|
||||
if BOARD_GOOGLE_BASEBOARD_POPPY
|
||||
|
||||
config CHROMEOS_WIFI_SAR
|
||||
bool
|
||||
depends on CHROMEOS
|
||||
select DSAR_ENABLE
|
||||
select SAR_ENABLE
|
||||
select USE_SAR
|
||||
|
||||
config DEVICETREE
|
||||
string
|
||||
default "variants/nami/devicetree.cb" if BOARD_GOOGLE_NAMI
|
||||
|
@ -134,6 +141,7 @@ config VARIANT_SPECIFIC_OPTIONS_NAMI
|
|||
|
||||
config VARIANT_SPECIFIC_OPTIONS_NAUTILUS
|
||||
def_bool n
|
||||
select CHROMEOS_WIFI_SAR if CHROMEOS
|
||||
select DRIVERS_GENERIC_MAX98357A
|
||||
select DRIVERS_I2C_DA7219
|
||||
select DRIVERS_PS2_KEYBOARD
|
||||
|
|
Loading…
Reference in New Issue