diff options
Diffstat (limited to 'target/linux/config/Config.in.cpu')
-rw-r--r-- | target/linux/config/Config.in.cpu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.cpu b/target/linux/config/Config.in.cpu index 43b5d107c..4c77970a7 100644 --- a/target/linux/config/Config.in.cpu +++ b/target/linux/config/Config.in.cpu @@ -43,6 +43,17 @@ config ADK_KERNEL_CPU_FREQ_GOV_ONDEMAND config ADK_KERNEL_CPU_FREQ_GOV_CONSERVATIVE bool +config ADK_KERNEL_CPUFREQ_DT_PLATDEV + bool + +config ADK_KERNEL_CPUFREQ_DT + bool "CPU frequency support DT" + select ADK_KERNEL_CPU_FREQ + select ADK_KERNEL_CPUFREQ_DT_PLATDEV + depends on ADK_TARGET_SYSTEM_ORANGE_PI0 + default y if ADK_TARGET_SYSTEM_ORANGE_PI0 + default n + config ADK_KERNEL_ARM_IMX6Q_CPUFREQ bool "CPU frequency support for IMX6 boards" select ADK_KERNEL_CPU_FREQ |