diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 13:06:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 13:06:26 +0000 |
commit | eecc6057000dee3ea2b51bd8b45949345c03435d (patch) | |
tree | 12f5bb0b06e06ae5c56abe0620fd56381aed3185 | |
parent | 9cf04aecd4b225ddb3920ab9302832900cfee2de (diff) | |
download | upstream-eecc6057000dee3ea2b51bd8b45949345c03435d.tar.gz upstream-eecc6057000dee3ea2b51bd8b45949345c03435d.tar.bz2 upstream-eecc6057000dee3ea2b51bd8b45949345c03435d.zip |
[x86] enable RTC_CLASS for Linux 3.2 and 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30717 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/config-3.2 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-3.3 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/config-3.2 b/target/linux/x86/config-3.2 index 59de08a296..2a2765431e 100644 --- a/target/linux/x86/config-3.2 +++ b/target/linux/x86/config-3.2 @@ -284,6 +284,7 @@ CONFIG_RD_BZIP2=y CONFIG_RD_GZIP=y # CONFIG_RELOCATABLE is not set CONFIG_RTC=y +CONFIG_RTC_CLASS=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y # CONFIG_SAMSUNG_Q10 is not set diff --git a/target/linux/x86/config-3.3 b/target/linux/x86/config-3.3 index 4e4ae39416..4960689fd8 100644 --- a/target/linux/x86/config-3.3 +++ b/target/linux/x86/config-3.3 @@ -286,6 +286,7 @@ CONFIG_RD_BZIP2=y CONFIG_RD_GZIP=y # CONFIG_RELOCATABLE is not set CONFIG_RTC=y +CONFIG_RTC_CLASS=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y # CONFIG_SAMSUNG_Q10 is not set |