Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 1 | config BCMA_POSSIBLE |
| 2 | bool |
| 3 | depends on HAS_IOMEM && HAS_DMA |
| 4 | default y |
| 5 | |
| 6 | menu "Broadcom specific AMBA" |
| 7 | depends on BCMA_POSSIBLE |
| 8 | |
| 9 | config 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łecki | 9d75ef0 | 2011-05-20 03:27:06 +0200 | [diff] [blame] | 16 | # Support for Block-I/O. SELECT this from the driver that needs it. |
| 17 | config BCMA_BLOCKIO |
| 18 | bool |
| 19 | depends on BCMA |
| 20 | |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 21 | config BCMA_HOST_PCI_POSSIBLE |
| 22 | bool |
| 23 | depends on BCMA && PCI = y |
| 24 | default y |
| 25 | |
| 26 | config BCMA_HOST_PCI |
| 27 | bool "Support for BCMA on PCI-host bus" |
| 28 | depends on BCMA_HOST_PCI_POSSIBLE |
| 29 | |
Rafał Miłecki | 9352f69 | 2011-07-05 19:48:26 +0200 | [diff] [blame] | 30 | config BCMA_DRIVER_PCI_HOSTMODE |
| 31 | bool "Driver for PCI core working in hostmode" |
Paul Gortmaker | 58f743e | 2012-03-25 20:02:55 -0400 | [diff] [blame] | 32 | depends on BCMA && MIPS && BCMA_HOST_PCI |
Rafał Miłecki | 9352f69 | 2011-07-05 19:48:26 +0200 | [diff] [blame] | 33 | help |
| 34 | PCI core hostmode operation (external PCI bus). |
| 35 | |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 36 | config BCMA_HOST_SOC |
| 37 | bool |
Hauke Mehrtens | 21e0534 | 2011-07-23 01:20:09 +0200 | [diff] [blame] | 38 | depends on BCMA_DRIVER_MIPS |
| 39 | |
| 40 | config BCMA_DRIVER_MIPS |
| 41 | bool "BCMA Broadcom MIPS core driver" |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 42 | depends on BCMA && MIPS |
Hauke Mehrtens | 21e0534 | 2011-07-23 01:20:09 +0200 | [diff] [blame] | 43 | help |
| 44 | Driver for the Broadcom MIPS core attached to Broadcom specific |
| 45 | Advanced Microcontroller Bus. |
| 46 | |
| 47 | If unsure, say N |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 48 | |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 49 | config BCMA_DEBUG |
| 50 | bool "BCMA debugging" |
| 51 | depends on BCMA |
| 52 | help |
| 53 | This turns on additional debugging messages. |
| 54 | |
| 55 | If unsure, say N |
| 56 | |
| 57 | endmenu |