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 | |
| 16 | config BCMA_HOST_PCI_POSSIBLE |
| 17 | bool |
| 18 | depends on BCMA && PCI = y |
| 19 | default y |
| 20 | |
| 21 | config BCMA_HOST_PCI |
| 22 | bool "Support for BCMA on PCI-host bus" |
| 23 | depends on BCMA_HOST_PCI_POSSIBLE |
| 24 | |
| 25 | config BCMA_DEBUG |
| 26 | bool "BCMA debugging" |
| 27 | depends on BCMA |
| 28 | help |
| 29 | This turns on additional debugging messages. |
| 30 | |
| 31 | If unsure, say N |
| 32 | |
| 33 | endmenu |