diff options
author | John Crispin <john@openwrt.org> | 2015-03-06 07:56:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-06 07:56:34 +0000 |
commit | f04a268a043f8a2a7bfde79f7ca3e49718055798 (patch) | |
tree | 6ee12035b89bbc69007064935ae9ef4a26280fc6 /target/linux/bcm53xx | |
parent | fa097e5ae5fddb82a077a0bb1676a512fa2d908e (diff) | |
download | upstream-f04a268a043f8a2a7bfde79f7ca3e49718055798.tar.gz upstream-f04a268a043f8a2a7bfde79f7ca3e49718055798.tar.bz2 upstream-f04a268a043f8a2a7bfde79f7ca3e49718055798.zip |
kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLED
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since
only one platfrom (omap) needs them.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44614
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/bcm53xx/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/config-3.14 b/target/linux/bcm53xx/config-3.14 index 9f27c040bc..e28c6a241d 100644 --- a/target/linux/bcm53xx/config-3.14 +++ b/target/linux/bcm53xx/config-3.14 @@ -11,7 +11,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set diff --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18 index 8f0b286c82..62fd46d3e5 100644 --- a/target/linux/bcm53xx/config-3.18 +++ b/target/linux/bcm53xx/config-3.18 @@ -15,7 +15,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_CPU_AUTO is not set CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set |