aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/smaug
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/smaug')
-rw-r--r--src/mainboard/google/smaug/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/smaug/Kconfig b/src/mainboard/google/smaug/Kconfig
index fa2313c154..0d3e879572 100644
--- a/src/mainboard/google/smaug/Kconfig
+++ b/src/mainboard/google/smaug/Kconfig
@@ -30,6 +30,7 @@ config BOARD_SPECIFIC_OPTIONS
select MAINBOARD_HAS_CHROMEOS
select MAINBOARD_HAS_I2C_TPM_GENERIC
select MAINBOARD_HAS_TPM1
+ select DRIVERS_TI_TPS65913_RTC
config VBOOT
select EC_GOOGLE_CHROMEEC_SWITCHES
@@ -85,4 +86,12 @@ config EC_GOOGLE_CHROMEEC_I2C_BUS
hex
default 0x1
+config DRIVERS_TI_TPS65913_RTC_BUS
+ int
+ default 4
+
+config DRIVERS_TI_TPS65913_RTC_ADDR
+ hex
+ default 0x58
+
endif # BOARD_GOOGLE_SMAUG