blob: a533af218368ec7723754a3cf28d8d4cb5d4711a [file] [log] [blame]
Rafał Miłecki8369ae32011-05-09 18:56:46 +02001config BCMA_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6menu "Broadcom specific AMBA"
7 depends on BCMA_POSSIBLE
8
9config BCMA
10 tristate "BCMA support"
11 depends on BCMA_POSSIBLE
12 help
13 Bus driver for Broadcom specific Advanced Microcontroller Bus
14 Architecture.
15
Rafał Miłecki9d75ef02011-05-20 03:27:06 +020016# Support for Block-I/O. SELECT this from the driver that needs it.
17config BCMA_BLOCKIO
18 bool
19 depends on BCMA
20
Rafał Miłecki8369ae32011-05-09 18:56:46 +020021config BCMA_HOST_PCI_POSSIBLE
22 bool
23 depends on BCMA && PCI = y
24 default y
25
26config BCMA_HOST_PCI
27 bool "Support for BCMA on PCI-host bus"
28 depends on BCMA_HOST_PCI_POSSIBLE
29
Rafał Miłecki9352f692011-07-05 19:48:26 +020030config BCMA_DRIVER_PCI_HOSTMODE
31 bool "Driver for PCI core working in hostmode"
Paul Gortmaker58f743e2012-03-25 20:02:55 -040032 depends on BCMA && MIPS && BCMA_HOST_PCI
Rafał Miłecki9352f692011-07-05 19:48:26 +020033 help
34 PCI core hostmode operation (external PCI bus).
35
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020036config BCMA_HOST_SOC
37 bool
Hauke Mehrtens21e05342011-07-23 01:20:09 +020038 depends on BCMA_DRIVER_MIPS
39
40config BCMA_DRIVER_MIPS
41 bool "BCMA Broadcom MIPS core driver"
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020042 depends on BCMA && MIPS
Hauke Mehrtens21e05342011-07-23 01:20:09 +020043 help
44 Driver for the Broadcom MIPS core attached to Broadcom specific
45 Advanced Microcontroller Bus.
46
47 If unsure, say N
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020048
Rafał Miłecki23cb3b22012-07-17 16:26:41 +020049config BCMA_SFLASH
50 bool
Rafał Miłeckid57ef3a2012-08-10 21:23:53 +020051 depends on BCMA_DRIVER_MIPS
Rafał Miłecki23cb3b22012-07-17 16:26:41 +020052 default y
53
54config BCMA_NFLASH
55 bool
Rafał Miłecki371a0042012-08-12 13:08:05 +020056 depends on BCMA_DRIVER_MIPS
Rafał Miłecki23cb3b22012-07-17 16:26:41 +020057 default y
58
Rafał Miłeckie1ac4b42012-07-11 09:23:43 +020059config BCMA_DRIVER_GMAC_CMN
60 bool "BCMA Broadcom GBIT MAC COMMON core driver"
61 depends on BCMA
62 help
63 Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom
64 specific Advanced Microcontroller Bus.
65
66 If unsure, say N
67
Rafał Miłecki8369ae32011-05-09 18:56:46 +020068config BCMA_DEBUG
69 bool "BCMA debugging"
70 depends on BCMA
71 help
72 This turns on additional debugging messages.
73
74 If unsure, say N
75
76endmenu