mb/google/nyan*: Always add RTC driver
The device is always there, the Chromium OS configs always enable it, so let's mirror that here for a better out of the box experience. Change-Id: Ia2073ee7ecbdb37473e1f1002bc9ae0f7df58e42 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40657 Reviewed-by: Michael Niewöhner Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
956f56d645
commit
0b682636f3
3 changed files with 27 additions and 0 deletions
|
@ -26,6 +26,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select SPI_FLASH
|
||||
select SPI_FLASH_GIGADEVICE
|
||||
select SPI_FLASH_WINBOND
|
||||
select DRIVERS_AS3722_RTC
|
||||
|
||||
config VBOOT
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES
|
||||
|
@ -77,4 +78,12 @@ config DRIVER_TPM_I2C_ADDR
|
|||
hex
|
||||
default 0x20
|
||||
|
||||
config DRIVERS_AS3722_RTC_BUS
|
||||
int
|
||||
default 4
|
||||
|
||||
config DRIVERS_AS3722_RTC_ADDR
|
||||
hex
|
||||
default 0x40
|
||||
|
||||
endif # BOARD_GOOGLE_NYAN
|
||||
|
|
|
@ -28,6 +28,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select SPI_FLASH_WINBOND
|
||||
select MAINBOARD_HAS_I2C_TPM_GENERIC
|
||||
select MAINBOARD_HAS_TPM1
|
||||
select DRIVERS_AS3722_RTC
|
||||
|
||||
config VBOOT
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES
|
||||
|
@ -79,4 +80,12 @@ config DRIVER_TPM_I2C_ADDR
|
|||
hex
|
||||
default 0x20
|
||||
|
||||
config DRIVERS_AS3722_RTC_BUS
|
||||
int
|
||||
default 4
|
||||
|
||||
config DRIVERS_AS3722_RTC_ADDR
|
||||
hex
|
||||
default 0x40
|
||||
|
||||
endif # BOARD_GOOGLE_NYAN_BIG
|
||||
|
|
|
@ -28,6 +28,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select SPI_FLASH_WINBOND
|
||||
select MAINBOARD_HAS_I2C_TPM_GENERIC
|
||||
select MAINBOARD_HAS_TPM1
|
||||
select DRIVERS_AS3722_RTC
|
||||
|
||||
config VBOOT
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES
|
||||
|
@ -79,4 +80,12 @@ config DRIVER_TPM_I2C_ADDR
|
|||
hex
|
||||
default 0x20
|
||||
|
||||
config DRIVERS_AS3722_RTC_BUS
|
||||
int
|
||||
default 4
|
||||
|
||||
config DRIVERS_AS3722_RTC_ADDR
|
||||
hex
|
||||
default 0x40
|
||||
|
||||
endif # BOARD_GOOGLE_NYAN_BLAZE
|
||||
|
|
Loading…
Reference in a new issue