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 | bafdae9233c73ebdbf52e2b37927bcd28a48f31d (patch) | |
tree | 0c5699b7230b2abe3aa6e7f552ef1f3baccd6b06 /target/linux/x86/config-3.2 | |
parent | 280605c2d6707c65f49d7ecf3cb34556f55b9983 (diff) | |
download | upstream-bafdae9233c73ebdbf52e2b37927bcd28a48f31d.tar.gz upstream-bafdae9233c73ebdbf52e2b37927bcd28a48f31d.tar.bz2 upstream-bafdae9233c73ebdbf52e2b37927bcd28a48f31d.zip |
enable RTC_CLASS for Linux 3.2 and 3.3
SVN-Revision: 30717
Diffstat (limited to 'target/linux/x86/config-3.2')
-rw-r--r-- | target/linux/x86/config-3.2 | 1 |
1 files changed, 1 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 |