diff options
author | Rob Herring <robh@kernel.org> | 2014-01-31 17:06:30 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-31 17:58:55 -0500 |
commit | 4dd18edc01d64c2b8db7c36122182a09911741bd (patch) | |
tree | 0b22ac517a0018bf5047435cb02d1296a1dd9713 /arch/arm | |
parent | db079b1811d1d4bfeafacf1554fd9d9905b976c5 (diff) |
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')
-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 | |||
12 | select HAVE_SMP | 12 | select HAVE_SMP |
13 | select PINCTRL | 13 | select PINCTRL |
14 | select PINCTRL_SINGLE | 14 | select PINCTRL_SINGLE |
15 | select SMP | ||
16 | help | 15 | help |
17 | Support for Hisilicon Hi36xx/Hi37xx processor family | 16 | Support for Hisilicon Hi36xx/Hi37xx processor family |