kernel: add support for ESMT F25L32PA with upstream submission
[librecmc/librecmc.git] / target / linux / bcm53xx / patches-3.10 / 102-bcma-make-it-possible-to-select-SoC-support-without-.patch
1 bcma: make it possible to select SoC support without mips
2
3 To make it possible to use the SoC host interface with ARM SoCs do not
4 depend on the MIPS driver any more.
5
6 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 ---
8  drivers/bcma/Kconfig |   10 ++++++++--
9  1 file changed, 8 insertions(+), 2 deletions(-)
10
11 --- a/drivers/bcma/Kconfig
12 +++ b/drivers/bcma/Kconfig
13 @@ -36,8 +36,14 @@ config BCMA_DRIVER_PCI_HOSTMODE
14           PCI core hostmode operation (external PCI bus).
15  
16  config BCMA_HOST_SOC
17 -       bool
18 -       depends on BCMA_DRIVER_MIPS
19 +       bool "Support for BCMA in a SoC"
20 +       depends on BCMA
21 +       help
22 +         Host interface for a Broadcom AIX bus directly mapped into 
23 +         the memory. This only works with the Broadcom SoCs from the
24 +         BCM47XX line.
25 +
26 +         If unsure, say N
27  
28  config BCMA_DRIVER_MIPS
29         bool "BCMA Broadcom MIPS core driver"