08757346b16fbc5e0e561c8bb473ead33e638f81
[openwrt/svn-archive/archive.git] / target / linux / bcm53xx / patches-3.10 / 0011-bcma-make-it-possible-to-select-SoC-support-without-.patch
1 From b5f4430c100a4d7b526426db46b76add728f45d4 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Thu, 4 Jul 2013 22:35:22 +0200
4 Subject: [PATCH 11/17] bcma: make it possible to select SoC support without
5 mips
6
7 To make it possible to use the SoC host interface with ARM SoCs do not
8 depend on the MIPS driver any more.
9
10 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 ---
12 drivers/bcma/Kconfig | 10 ++++++++--
13 1 file changed, 8 insertions(+), 2 deletions(-)
14
15 --- a/drivers/bcma/Kconfig
16 +++ b/drivers/bcma/Kconfig
17 @@ -35,8 +35,14 @@ config BCMA_DRIVER_PCI_HOSTMODE
18 PCI core hostmode operation (external PCI bus).
19
20 config BCMA_HOST_SOC
21 - bool
22 - depends on BCMA_DRIVER_MIPS
23 + bool "Support for BCMA in a SoC"
24 + depends on BCMA
25 + help
26 + Host interface for a Broadcom AIX bus directly mapped into
27 + the memory. This only works with the Broadcom SoCs from the
28 + BCM47XX line.
29 +
30 + If unsure, say N
31
32 config BCMA_DRIVER_MIPS
33 bool "BCMA Broadcom MIPS core driver"