diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-02 03:52:36 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-02 03:52:36 +0100 |
| commit | 9a888aa5b88854591d953f8fe5794dc53debdfde (patch) | |
| tree | b483abbae8f1970055686ba6894098fa37b1b186 /target/linux/config | |
| parent | 6b23d45ca38554d19b799cd3e6754b4ac2ec3363 (diff) | |
| parent | 510e887e8da1d51730b844957872ab1f99aff174 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config')
| -rw-r--r-- | target/linux/config/Config.in.cpu | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.cpu b/target/linux/config/Config.in.cpu index fa4ead68d..797e1a60e 100644 --- a/target/linux/config/Config.in.cpu +++ b/target/linux/config/Config.in.cpu @@ -40,6 +40,18 @@ config ADK_KERNEL_CPU_FREQ_GOV_ONDEMAND config ADK_KERNEL_CPU_FREQ_GOV_CONSERVATIVE bool +config ADK_KERNEL_ARM_IMX6Q_CPUFREQ + bool "CPU frequency support for IMX6 boards" + select ADK_KERNEL_CPU_FREQ + select ADK_KERNEL_REGULATOR + select ADK_KERNEL_REGULATOR_FIXED_VOLTAGE + select ADK_KERNEL_REGULATOR_ANATOP + select ADK_KERNEL_REGULATOR_PFUZE100 + depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + depends on !ADK_KERNEL_VERSION_3_12 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default n + config ADK_KERNEL_ARM_IMX6_CPUFREQ bool "CPU frequency support for IMX6 boards" select ADK_KERNEL_CPU_FREQ @@ -48,6 +60,7 @@ config ADK_KERNEL_ARM_IMX6_CPUFREQ select ADK_KERNEL_REGULATOR_ANATOP select ADK_KERNEL_REGULATOR_PFUZE100 depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + depends on ADK_KERNEL_VERSION_3_12 default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n |
