diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-08 20:26:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-08 20:26:27 +0000 |
commit | 3d5e389698cb5e3e2e9592776bd337bbcc186139 (patch) | |
tree | 74ed5d1b0e13a467055c18ed3ec8277042ae8902 /target/linux/gemini/config-3.10 | |
parent | b8f3eecf556c27a3344dd096152248d6bffa77f6 (diff) | |
download | upstream-3d5e389698cb5e3e2e9592776bd337bbcc186139.tar.gz upstream-3d5e389698cb5e3e2e9592776bd337bbcc186139.tar.bz2 upstream-3d5e389698cb5e3e2e9592776bd337bbcc186139.zip |
gemini: add rtc-gemini driver
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43884 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini/config-3.10')
-rw-r--r-- | target/linux/gemini/config-3.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/gemini/config-3.10 b/target/linux/gemini/config-3.10 index a0ff34cd43..fdddd10a56 100644 --- a/target/linux/gemini/config-3.10 +++ b/target/linux/gemini/config-3.10 @@ -134,6 +134,8 @@ CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y # CONFIG_PREEMPT_RCU is not set # CONFIG_RCU_STALL_COMMON is not set +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_GEMINI=y # CONFIG_SCHED_HRTICK is not set # CONFIG_SCSI_DMA is not set CONFIG_SPLIT_PTLOCK_CPUS=999999 |