diff options
author | Rob Herring <robh@kernel.org> | 2014-02-01 02:06:30 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-02-01 02:58:55 +0400 |
commit | 4dd18edc01d64c2b8db7c36122182a09911741bd (patch) | |
tree | 0b22ac517a0018bf5047435cb02d1296a1dd9713 /arch/arm/mach-hisi/Kconfig | |
parent | db079b1811d1d4bfeafacf1554fd9d9905b976c5 (diff) | |
download | linux-4dd18edc01d64c2b8db7c36122182a09911741bd.tar.xz |
ARM: hisi: don't select SMP
SMP is a user configurable option, not a hardware feature and should not
be selected.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-hisi/Kconfig')
-rw-r--r-- | arch/arm/mach-hisi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 018ad67f1b38..8f4649b301b2 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -12,6 +12,5 @@ config ARCH_HI3xxx select HAVE_SMP select PINCTRL select PINCTRL_SINGLE - select SMP help Support for Hisilicon Hi36xx/Hi37xx processor family |