ARM: realview: don't select SMP_ON_UP for UP builds
authorArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 22:51:02 +0000 (23:51 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 22:52:20 +0000 (23:52 +0100)
commit2cb58c016673c4c8b8ec59e71c5ec4b2c6a76afb
treef014f822373810a3e549b7daed75edc79b4ac475
parent26922c59092c451f9888d0f1d1d72ebdafdc2628
ARM: realview: don't select SMP_ON_UP for UP builds

When CONFIG_SMP is disabled, we get a warning from Kconfig:

warning: (SOC_IMX31 && SOC_IMX35 && SOC_VF610 && REALVIEW_DT) selects SMP_ON_UP which has unmet direct dependencies (SMP && !XIP_KERNEL && MMU)

This changes the REALVIEW_DT Kconfig entry to not select SMP_ON_UP
unless SMP is also set.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-realview/Kconfig
This page took 0.054423 seconds and 5 git commands to generate.