diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:34 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:34 +0000 |
commit | a585342d28a6fb5dfd2ba1c0272a5b373c6b92c8 (patch) | |
tree | 12fbb6af6b78bfd0309ef1a85486cabef041e11f /target/linux/mpc52xx/config-3.10 | |
parent | 916b239f7ea0357272d5672e4aedd2f8592d9278 (diff) | |
download | upstream-a585342d28a6fb5dfd2ba1c0272a5b373c6b92c8.tar.gz upstream-a585342d28a6fb5dfd2ba1c0272a5b373c6b92c8.tar.bz2 upstream-a585342d28a6fb5dfd2ba1c0272a5b373c6b92c8.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44614 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc52xx/config-3.10')
-rw-r--r-- | target/linux/mpc52xx/config-3.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc52xx/config-3.10 b/target/linux/mpc52xx/config-3.10 index a5e71e378a..d98203ac0f 100644 --- a/target/linux/mpc52xx/config-3.10 +++ b/target/linux/mpc52xx/config-3.10 @@ -13,7 +13,6 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_ARCH_SUPPORTS_UPROBES=y |