diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-07-30 08:56:09 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-08-18 11:51:17 -0400 |
commit | 60fbce7f29ec8106c86e7ef74dacd5c9be3d4284 (patch) | |
tree | 42b63f8eecb2878dd1242a04dddf8e3afb8056ac | |
parent | 33f4dcdb28aff083be5367cd3d56b4d00c331c60 (diff) |
ARM: sunxi: Add A31 RTC driver to multi_v7_defconfig
Now that we have a driver for A31's RTC, enable it
in multi_v7_defconfig.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 5fb95fb758d9..9320138abb7a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -349,6 +349,7 @@ CONFIG_RTC_DRV_TPS65910=y | |||
349 | CONFIG_RTC_DRV_EM3027=y | 349 | CONFIG_RTC_DRV_EM3027=y |
350 | CONFIG_RTC_DRV_PL031=y | 350 | CONFIG_RTC_DRV_PL031=y |
351 | CONFIG_RTC_DRV_VT8500=y | 351 | CONFIG_RTC_DRV_VT8500=y |
352 | CONFIG_RTC_DRV_SUN6I=y | ||
352 | CONFIG_RTC_DRV_SUNXI=y | 353 | CONFIG_RTC_DRV_SUNXI=y |
353 | CONFIG_RTC_DRV_MV=y | 354 | CONFIG_RTC_DRV_MV=y |
354 | CONFIG_RTC_DRV_TEGRA=y | 355 | CONFIG_RTC_DRV_TEGRA=y |