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 | f7e8ff54bab60cd54d7158676b7718de32a95b05 (patch) | |
tree | 056eeaf4b6a22775057c683b6cf11b4dc766d1a3 /target/linux/imx6/config-3.10 | |
parent | 08392999d954fd8a986179af55029be627bef499 (diff) | |
download | upstream-f7e8ff54bab60cd54d7158676b7718de32a95b05.tar.gz upstream-f7e8ff54bab60cd54d7158676b7718de32a95b05.tar.bz2 upstream-f7e8ff54bab60cd54d7158676b7718de32a95b05.zip |
imx6: add rtc feature support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39111 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |