mb/google/smaug: Always add RTC driver
The device is always there, the Chromium OS config always enables it, so let's mirror that here for a better out of the box experience. Change-Id: Ic43a314aaed635ae2943df02abc5d163cc3c4ffd Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40658 Reviewed-by: Michael Niewöhner Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a4faec3b01
commit
956f56d645
|
@ -30,6 +30,7 @@ config BOARD_SPECIFIC_OPTIONS
|
||||||
select MAINBOARD_HAS_CHROMEOS
|
select MAINBOARD_HAS_CHROMEOS
|
||||||
select MAINBOARD_HAS_I2C_TPM_GENERIC
|
select MAINBOARD_HAS_I2C_TPM_GENERIC
|
||||||
select MAINBOARD_HAS_TPM1
|
select MAINBOARD_HAS_TPM1
|
||||||
|
select DRIVERS_TI_TPS65913_RTC
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
select EC_GOOGLE_CHROMEEC_SWITCHES
|
select EC_GOOGLE_CHROMEEC_SWITCHES
|
||||||
|
@ -85,4 +86,12 @@ config EC_GOOGLE_CHROMEEC_I2C_BUS
|
||||||
hex
|
hex
|
||||||
default 0x1
|
default 0x1
|
||||||
|
|
||||||
|
config DRIVERS_TI_TPS65913_RTC_BUS
|
||||||
|
int
|
||||||
|
default 4
|
||||||
|
|
||||||
|
config DRIVERS_TI_TPS65913_RTC_ADDR
|
||||||
|
hex
|
||||||
|
default 0x58
|
||||||
|
|
||||||
endif # BOARD_GOOGLE_SMAUG
|
endif # BOARD_GOOGLE_SMAUG
|
||||||
|
|
Loading…
Reference in New Issue