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.12 | |
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.12')
-rw-r--r-- | target/linux/imx6/config-3.12 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/imx6/config-3.12 b/target/linux/imx6/config-3.12 index 5ec8eddbd0..445a0cad43 100644 --- a/target/linux/imx6/config-3.12 +++ b/target/linux/imx6/config-3.12 @@ -305,6 +305,9 @@ CONFIG_REGULATOR_PFUZE100=y # CONFIG_RFKILL_REGULATOR is not set CONFIG_RFS_ACCEL=y CONFIG_RPS=y +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DRV_IMXDI is not set +# CONFIG_RTC_DRV_MXC is not set CONFIG_SATA_AHCI_PLATFORM=y CONFIG_SCHED_HRTICK=y CONFIG_SCSI=y |