diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-05-12 09:45:31 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-17 12:04:22 +0200 |
commit | 02ada2d9580504917dd4011961584c4be83d6c39 (patch) | |
tree | 2c800e2cf32d70003794089581e19936eebdbdf8 /arch/arm/mach-imx/mx6/Kconfig | |
parent | 5bbf1a7856a6ae2bccfe60bce9b99a3a85abcbb9 (diff) |
mx6: Select CONFIG_MP with MX6_SMP
It makes sense to select the MP multi processor option at the same time we
select the other SMP options needed for SMP capable i.MX6 SoCs.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'arch/arm/mach-imx/mx6/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 12d08c4784..f7157ab968 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -5,6 +5,7 @@ config MX6_SMP select ARM_ERRATA_761320 select ARM_ERRATA_794072 select ARM_ERRATA_845369 + select MP bool config MX6 |