diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2017-01-24 11:09:36 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-24 07:04:11 -0800 |
commit | ac57feb25833a6f3832a436d28808ffc16c672b3 (patch) | |
tree | 7fb8b199ad71100d486a821e91c99111089e164f /arch/arm/configs/omap2plus_defconfig | |
parent | e5e6cf4b8179cbf54e620bba76a6da2e3ca7ed43 (diff) | |
download | blackbird-op-linux-ac57feb25833a6f3832a436d28808ffc16c672b3.tar.gz blackbird-op-linux-ac57feb25833a6f3832a436d28808ffc16c672b3.zip |
ARM: omap2plus_defconfig: Enable support for RTC M41T80
The phyCORE-AM335x SoM has a RV4162 RTC populated which is supported
by the M41T80 driver. Enabled it so make the RTC support on the SoM
available.
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 59f39aeff017..f2462a6bdba6 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -414,6 +414,7 @@ CONFIG_LEDS_TRIGGER_GPIO=m CONFIG_LEDS_TRIGGER_DEFAULT_ON=m CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_M41T80=m CONFIG_RTC_DRV_TWL92330=y CONFIG_RTC_DRV_TWL4030=m CONFIG_RTC_DRV_PALMAS=m |