diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-07-30 08:56:08 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-08-18 11:51:17 -0400 |
commit | 33f4dcdb28aff083be5367cd3d56b4d00c331c60 (patch) | |
tree | 3a8913e45e95ba1b5bf0d06a26a4fd642160b0c1 /arch/arm/configs/sunxi_defconfig | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
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 | |||
93 | CONFIG_RTC_CLASS=y | 93 | CONFIG_RTC_CLASS=y |
94 | # CONFIG_RTC_INTF_SYSFS is not set | 94 | # CONFIG_RTC_INTF_SYSFS is not set |
95 | # CONFIG_RTC_INTF_PROC is not set | 95 | # CONFIG_RTC_INTF_PROC is not set |
96 | CONFIG_RTC_DRV_SUN6I=y | ||
96 | CONFIG_RTC_DRV_SUNXI=y | 97 | CONFIG_RTC_DRV_SUNXI=y |
97 | # CONFIG_IOMMU_SUPPORT is not set | 98 | # CONFIG_IOMMU_SUPPORT is not set |
98 | CONFIG_PHY_SUN4I_USB=y | 99 | CONFIG_PHY_SUN4I_USB=y |