diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-06-17 10:36:50 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-07-30 16:17:21 -0400 |
commit | c949c0bc55571209fe6742f645b1e2eb20099591 (patch) | |
tree | 5d3217f6bf42f695b76088e115a8a42be96cce4a | |
parent | 7bb26b1691166d0d830c42c1a25caf82208bf90d (diff) |
MIPS: BCM47XX: Move shared symbols to the config BCM47XX
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Patchwork: https://patchwork.linux-mips.org/patch/7100/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 2 | ||||
-rw-r--r-- | arch/mips/bcm47xx/Kconfig | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f0ee39b147cd..5652bd4a9220 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -131,6 +131,8 @@ config BCM47XX | |||
131 | select SYS_SUPPORTS_MIPS16 | 131 | select SYS_SUPPORTS_MIPS16 |
132 | select SYS_HAS_EARLY_PRINTK | 132 | select SYS_HAS_EARLY_PRINTK |
133 | select USE_GENERIC_EARLY_PRINTK_8250 | 133 | select USE_GENERIC_EARLY_PRINTK_8250 |
134 | select GPIOLIB | ||
135 | select LEDS_GPIO_REGISTER | ||
134 | help | 136 | help |
135 | Support for BCM47XX based boards | 137 | Support for BCM47XX based boards |
136 | 138 | ||
diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig index 09cb6f7aa3db..0375163b05b0 100644 --- a/arch/mips/bcm47xx/Kconfig +++ b/arch/mips/bcm47xx/Kconfig | |||
@@ -11,8 +11,6 @@ config BCM47XX_SSB | |||
11 | select SSB_DRIVER_PCICORE if PCI | 11 | select SSB_DRIVER_PCICORE if PCI |
12 | select SSB_PCICORE_HOSTMODE if PCI | 12 | select SSB_PCICORE_HOSTMODE if PCI |
13 | select SSB_DRIVER_GPIO | 13 | select SSB_DRIVER_GPIO |
14 | select GPIOLIB | ||
15 | select LEDS_GPIO_REGISTER | ||
16 | default y | 14 | default y |
17 | help | 15 | help |
18 | Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support. | 16 | Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support. |
@@ -29,8 +27,6 @@ config BCM47XX_BCMA | |||
29 | select BCMA_HOST_PCI if PCI | 27 | select BCMA_HOST_PCI if PCI |
30 | select BCMA_DRIVER_PCI_HOSTMODE if PCI | 28 | select BCMA_DRIVER_PCI_HOSTMODE if PCI |
31 | select BCMA_DRIVER_GPIO | 29 | select BCMA_DRIVER_GPIO |
32 | select GPIOLIB | ||
33 | select LEDS_GPIO_REGISTER | ||
34 | default y | 30 | default y |
35 | help | 31 | help |
36 | Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus. | 32 | Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus. |