diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-09 07:51:09 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-09 07:51:09 +0000 |
commit | 3be898455b8a0695f3c2f07a52f471f382e23384 (patch) | |
tree | 6f9d025dc750882cc0b9dcc9eb1746f5586b8770 /target/linux/generic | |
parent | acefc38cf1867ec2e00d947428e14116163dd594 (diff) | |
download | upstream-3be898455b8a0695f3c2f07a52f471f382e23384.tar.gz upstream-3be898455b8a0695f3c2f07a52f471f382e23384.tar.bz2 upstream-3be898455b8a0695f3c2f07a52f471f382e23384.zip |
kernel: add missing config symbol
Should fix buildbot builds of ixp4xx.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index b736ed08b4..ed53b57b1d 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -2556,6 +2556,7 @@ CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_EP93XX is not set # CONFIG_RTC_DRV_FM3130 is not set # CONFIG_RTC_DRV_GENERIC is not set +# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set # CONFIG_RTC_DRV_ISL12022 is not set # CONFIG_RTC_DRV_ISL1208 is not set # CONFIG_RTC_DRV_M41T80 is not set |