diff options
author | Luka Perkov <luka@openwrt.org> | 2013-12-17 02:47:17 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-12-17 02:47:17 +0000 |
commit | 325a4f5b6e935e6f8a5b09c22c1123fd0f83a82a (patch) | |
tree | 6e70f70ff5faca67fbef9dffb889299c7ef7dc15 /target/linux/imx6/config-3.10 | |
parent | a9376b6fdb254564de51952fa844bfe2d86df186 (diff) | |
download | upstream-325a4f5b6e935e6f8a5b09c22c1123fd0f83a82a.tar.gz upstream-325a4f5b6e935e6f8a5b09c22c1123fd0f83a82a.tar.bz2 upstream-325a4f5b6e935e6f8a5b09c22c1123fd0f83a82a.zip |
imx6: add rtc feature support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39111
Diffstat (limited to 'target/linux/imx6/config-3.10')
-rw-r--r-- | target/linux/imx6/config-3.10 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/imx6/config-3.10 b/target/linux/imx6/config-3.10 index 82346c919a..3dad5b67e5 100644 --- a/target/linux/imx6/config-3.10 +++ b/target/linux/imx6/config-3.10 @@ -306,6 +306,10 @@ CONFIG_REGULATOR_PFUZE100=y # CONFIG_RFKILL_REGULATOR is not set CONFIG_RFS_ACCEL=y CONFIG_RPS=y +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_IMXDI is not set +# CONFIG_RTC_DRV_MXC is not set # CONFIG_SAMSUNG_USB2PHY is not set # CONFIG_SAMSUNG_USB3PHY is not set # CONFIG_SAMSUNG_USBPHY is not set |