From: Jo-Philipp Wich Date: Sat, 25 Feb 2012 13:06:26 +0000 (+0000) Subject: [x86] enable RTC_CLASS for Linux 3.2 and 3.3 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=1fd134de0157b033c905233c0f346e10c392eea5 [x86] enable RTC_CLASS for Linux 3.2 and 3.3 SVN-Revision: 30717 --- 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