9704da846532740b8c237092b255b68815db1dfd
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.4 / 299-ARM-BCM-Fix-SMP-in-Kconfig-entries-CYGNUS-and-5301X.patch
1 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
2 Date: Mon, 7 Dec 2015 20:51:32 +0100
3 Subject: [PATCH] ARM: BCM: Fix SMP in Kconfig entries CYGNUS and 5301X
4 MIME-Version: 1.0
5 Content-Type: text/plain; charset=UTF-8
6 Content-Transfer-Encoding: 8bit
7
8 Patch "ARM: BCM: Add SMP support for Broadcom 4708" added symbol in a
9 wrong place.
10
11 Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
12 ---
13 arch/arm/mach-bcm/Kconfig | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 --- a/arch/arm/mach-bcm/Kconfig
17 +++ b/arch/arm/mach-bcm/Kconfig
18 @@ -29,7 +29,6 @@ config ARCH_BCM_IPROC
19 config ARCH_BCM_CYGNUS
20 bool "Broadcom Cygnus Support" if ARCH_MULTI_V7
21 select ARCH_BCM_IPROC
22 - select HAVE_SMP
23 help
24 Enable support for the Cygnus family,
25 which includes the following variants:
26 @@ -58,6 +57,7 @@ config ARCH_BCM_5301X
27 select ARM_ERRATA_754322
28 select ARM_ERRATA_775420
29 select ARM_ERRATA_764369 if SMP
30 + select HAVE_SMP
31
32 help
33 Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.