diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 18:42:39 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 18:42:39 +0000 |
commit | 923a851ccfad8232ab3d0a4df588d1c6d0329f6a (patch) | |
tree | b8968180d1fd18f45458da5fb2f7d45fc2bf8a6a | |
parent | 05741a03318a9f96003c16d5407461ffa926b583 (diff) | |
download | upstream-923a851ccfad8232ab3d0a4df588d1c6d0329f6a.tar.gz upstream-923a851ccfad8232ab3d0a4df588d1c6d0329f6a.tar.bz2 upstream-923a851ccfad8232ab3d0a4df588d1c6d0329f6a.zip |
kernel: add missing config symbol for 3.10
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37123
-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 7c6553765f..45a031ca9e 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -2565,6 +2565,7 @@ CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_RS5C372 is not set # CONFIG_RTC_DRV_RTC7301 is not set # CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX4581 is not set # CONFIG_RTC_DRV_RX8025 is not set # CONFIG_RTC_DRV_RX8581 is not set # CONFIG_RTC_DRV_S35390A is not set |