diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-08-07 19:41:46 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-08-07 10:51:19 +0200 |
commit | b8ce90a8df43348bc7b74562aadcde0014f4d29a (patch) | |
tree | 765e617e6c1c0f3b8a7a761cacdb07344ee067e6 /configs/SBx81LIFKW_defconfig | |
parent | 70222a6beb4d8ed570dfa281b1ba681fe76a7f8a (diff) | |
download | u-boot-b8ce90a8df43348bc7b74562aadcde0014f4d29a.tar.gz |
configs: kirkwood: Move RTC_MV to DM and Kconfig
Now that there is DM support in the RTC_MV driver update board configs
to use it.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/SBx81LIFKW_defconfig')
-rw-r--r-- | configs/SBx81LIFKW_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/SBx81LIFKW_defconfig b/configs/SBx81LIFKW_defconfig index 348f861a14..c786120e7f 100644 --- a/configs/SBx81LIFKW_defconfig +++ b/configs/SBx81LIFKW_defconfig @@ -35,5 +35,7 @@ CONFIG_MV88E61XX_SWITCH=y CONFIG_MV88E61XX_CPU_PORT=10 CONFIG_MV88E61XX_PHY_PORTS=0x003 CONFIG_MV88E61XX_FIXED_PORTS=0x300 +CONFIG_DM_RTC=y +CONFIG_RTC_MV=y CONFIG_SPI=y CONFIG_KIRKWOOD_SPI=y |