summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig
diff options
context:
space:
mode:
authorUwe Poeche <uwe.poeche@siemens.com>2018-12-12 15:19:35 +0100
committerWerner Zeh <werner.zeh@siemens.com>2018-12-17 06:19:38 +0000
commitc092222c39fb4f95819d3b79184493eab334cbb9 (patch)
treeb17398959fc9da540af14e637e9f308298a49f0d /src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig
parent18c1923e13dc17219b0d3bd58a68f54eba566ecb (diff)
downloadcoreboot-c092222c39fb4f95819d3b79184493eab334cbb9.tar.xz
siemens/mc_apl4: Enable RTC RX6110SA on this mainboard
Enaebl the RTC driver to be used on mc_apl4. Change-Id: Ib8d2a9f6b8cea47cd10db4dfcc59eec1b21c7993 Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com> Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/30205 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig
index 925b04f092..bc7922f46b 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig
@@ -5,5 +5,6 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y
select DRIVER_INTEL_I210
select APL_SET_MIN_CLOCK_RATIO
+ select DRIVERS_I2C_RX6110SA
endif # BOARD_SIEMENS_MC_APL4