rk: move CLK_SWITCH_TO_32K config from mach-rk30 to plat-rk
author黄涛 <huangtao@rock-chips.com>
Fri, 13 Jul 2012 06:56:27 +0000 (14:56 +0800)
committer黄涛 <huangtao@rock-chips.com>
Fri, 13 Jul 2012 06:56:44 +0000 (14:56 +0800)
arch/arm/mach-rk30/Kconfig
arch/arm/plat-rk/Kconfig

index cb9ffb0fb385b6dffeeeaeb522e1afb12cdd884f..9901277f2f9c10b2eee8a632668731aff1f6a4a8 100755 (executable)
@@ -21,10 +21,4 @@ config MACH_RK30_PHONE_A22
        
 endchoice
 
-menu "support for RK power manage "
-
-config CLK_SWITCH_TO_32K
-        bool "Support clock switch to 32.768k"
-endmenu
-
 endif
index 9be603ebce15dfc4c2c9a3ec5c23d587c17649ab..58e73499aea28588cb044bf29b17501bc65a76f7 100644 (file)
@@ -105,6 +105,15 @@ config RK_CLOCK_PROC
        bool "/proc/clocks support"
        depends on PROC_FS
 
+if !ARCH_RK29
+menu "Support for RK power manage"
+
+config CLK_SWITCH_TO_32K
+       bool "Support clock switch to 32.768k"
+
+endmenu
+endif
+
 config WIFI_CONTROL_FUNC
         bool "Enable WiFi control function abstraction"
         help