summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.cpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-09 18:09:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-09 18:09:34 +0100
commit9fefab63a7256b36807cb0f5eb8a290468582c2c (patch)
tree8fef8f12774e5f2a4aed989ef2e2af2c190fbc0e /target/linux/config/Config.in.cpu
parentad914ac4ab920f491ac635eb85bd387bb781fd95 (diff)
add the stable cubox-i kernel 3.10.30, add kernel patch from solidrun git
Diffstat (limited to 'target/linux/config/Config.in.cpu')
-rw-r--r--target/linux/config/Config.in.cpu22
1 files changed, 20 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.cpu b/target/linux/config/Config.in.cpu
index efaf3a658..a8dfd5188 100644
--- a/target/linux/config/Config.in.cpu
+++ b/target/linux/config/Config.in.cpu
@@ -39,6 +39,14 @@ config ADK_KERNEL_CPU_FREQ
boolean
default n
+config ADK_KERNEL_REGULATOR
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_ANATOP
+ boolean
+ default n
+
config ADK_KERNEL_CPU_FREQ_GOV_PERFORMANCE
boolean
default n
@@ -59,15 +67,25 @@ config ADK_KERNEL_CPU_FREQ_GOV_CONSERVATIVE
boolean
default n
+config ADK_KERNEL_ARM_IMX6_CPUFREQ
+ prompt "CPU frequency support for cubox-i"
+ boolean
+ select ADK_KERNEL_CPU_FREQ
+ select ADK_KERNEL_REGULATOR
+ select ADK_KERNEL_REGULATOR_ANATOP
+ default y if ADK_TARGET_SYSTEM_CUBOX_I
+ depends on ADK_TARGET_SYSTEM_CUBOX_I
+
config ADK_KERNEL_ARM_BCM2835_CPUFREQ
- prompt "CPU frequency support"
+ prompt "CPU frequency support for raspberry-pi"
boolean
select ADK_KERNEL_CPU_FREQ
default y if ADK_TARGET_SYSTEM_RASPBERRY_PI
+ depends on ADK_TARGET_SYSTEM_RASPBERRY_PI
choice
prompt "Governor"
-depends on ADK_KERNEL_ARM_BCM2835_CPUFREQ
+depends on ADK_KERNEL_ARM_BCM2835_CPUFREQ || ADK_KERNEL_ARM_IMX6_CPUFREQ
config ADK_KERNEL_CPU_FREQ_DEFAULT_GOV_ONDEMAND
boolean "ondemand"