diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-07-30 14:56:08 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-08-18 17:51:17 +0200 |
commit | 33f4dcdb28aff083be5367cd3d56b4d00c331c60 (patch) | |
tree | 3a8913e45e95ba1b5bf0d06a26a4fd642160b0c1 /arch/arm/configs/sunxi_defconfig | |
parent | Linux 3.17-rc1 (diff) | |
download | linux-33f4dcdb28aff083be5367cd3d56b4d00c331c60.tar.xz linux-33f4dcdb28aff083be5367cd3d56b4d00c331c60.zip |
ARM: sunxi: Add A31 RTC driver to sunxi_defconfig
Now that we have a driver for A31's RTC, enable it
in the default sunxi config.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sunxi_defconfig')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 7209bfd62074..0abc2abb316d 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -93,6 +93,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_RTC_CLASS=y # CONFIG_RTC_INTF_SYSFS is not set # CONFIG_RTC_INTF_PROC is not set +CONFIG_RTC_DRV_SUN6I=y CONFIG_RTC_DRV_SUNXI=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_PHY_SUN4I_USB=y |