Skip to content

Commit

Permalink
ARM: SIRF: select SMP_ON_UP only on SMP builds
Browse files Browse the repository at this point in the history
Like all other platforms, we can only select SMP_ON_UP if SMP
is also enabled.

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

Cc: Barry Song <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed May 3, 2013
1 parent 6343b05 commit cb0c480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-prima2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config ARCH_MARCO
select ARM_GIC
select CPU_V7
select HAVE_SMP
select SMP_ON_UP
select SMP_ON_UP if SMP
help
Support for CSR SiRFSoC ARM Cortex A9 Platform

Expand Down

0 comments on commit cb0c480

Please sign in to comment.