brcm47xx: 3.10: backport MIPS patches for early HIGHMEM support
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-3.10 / 149-MIPS-BCM47XX-Move-shared-symbols-to-the-config-BCM47.patch
1 From c949c0bc55571209fe6742f645b1e2eb20099591 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
3 Date: Tue, 17 Jun 2014 16:36:50 +0200
4 Subject: [PATCH 149/150] MIPS: BCM47XX: Move shared symbols to the config
5 BCM47XX
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
11 Cc: linux-mips@linux-mips.org
12 Cc: Hauke Mehrtens <hauke@hauke-m.de>
13 Patchwork: https://patchwork.linux-mips.org/patch/7100/
14 Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
15 ---
16 arch/mips/Kconfig | 2 ++
17 arch/mips/bcm47xx/Kconfig | 4 ----
18 2 files changed, 2 insertions(+), 4 deletions(-)
19
20 --- a/arch/mips/Kconfig
21 +++ b/arch/mips/Kconfig
22 @@ -119,6 +119,8 @@ config BCM47XX
23 select SYS_SUPPORTS_LITTLE_ENDIAN
24 select SYS_HAS_EARLY_PRINTK
25 select EARLY_PRINTK_8250 if EARLY_PRINTK
26 + select GPIOLIB
27 + select LEDS_GPIO_REGISTER
28 help
29 Support for BCM47XX based boards
30
31 --- a/arch/mips/bcm47xx/Kconfig
32 +++ b/arch/mips/bcm47xx/Kconfig
33 @@ -11,8 +11,6 @@ config BCM47XX_SSB
34 select SSB_DRIVER_PCICORE if PCI
35 select SSB_PCICORE_HOSTMODE if PCI
36 select SSB_DRIVER_GPIO
37 - select GPIOLIB
38 - select LEDS_GPIO_REGISTER
39 default y
40 help
41 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
42 @@ -29,8 +27,6 @@ config BCM47XX_BCMA
43 select BCMA_HOST_PCI if PCI
44 select BCMA_DRIVER_PCI_HOSTMODE if PCI
45 select BCMA_DRIVER_GPIO
46 - select GPIOLIB
47 - select LEDS_GPIO_REGISTER
48 default y
49 help
50 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.