Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 1 | config BCMA_POSSIBLE |
| 2 | bool |
Rafał Miłecki | 6029e0c | 2015-03-05 18:25:12 +0100 | [diff] [blame] | 3 | depends on HAS_IOMEM && HAS_DMA |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 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 |
Rafał Miłecki | 1ca2760 | 2015-03-04 23:07:05 +0100 | [diff] [blame] | 29 | select BCMA_DRIVER_PCI |
Hauke Mehrtens | d186899 | 2013-06-09 18:59:42 +0200 | [diff] [blame] | 30 | default y |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 31 | |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 32 | config BCMA_HOST_SOC |
Hauke Mehrtens | 6ffdead | 2013-07-15 13:15:05 +0200 | [diff] [blame] | 33 | bool "Support for BCMA in a SoC" |
| 34 | depends on BCMA |
| 35 | help |
| 36 | Host interface for a Broadcom AIX bus directly mapped into |
| 37 | the memory. This only works with the Broadcom SoCs from the |
| 38 | BCM47XX line. |
| 39 | |
| 40 | If unsure, say N |
Hauke Mehrtens | 21e0534 | 2011-07-23 01:20:09 +0200 | [diff] [blame] | 41 | |
Rafał Miłecki | 1ca2760 | 2015-03-04 23:07:05 +0100 | [diff] [blame] | 42 | config BCMA_DRIVER_PCI |
Rafał Miłecki | 982a40f | 2015-03-05 18:25:11 +0100 | [diff] [blame] | 43 | bool "BCMA Broadcom PCI core driver" |
| 44 | depends on BCMA && PCI |
Rafał Miłecki | 1ca2760 | 2015-03-04 23:07:05 +0100 | [diff] [blame] | 45 | default y |
| 46 | help |
| 47 | BCMA bus may have many versions of PCIe core. This driver |
| 48 | supports: |
| 49 | 1) PCIe core working in clientmode |
| 50 | 2) PCIe Gen 2 clientmode core |
| 51 | |
| 52 | In general PCIe (Gen 2) clientmode core is required on PCIe |
| 53 | hosted buses. It's responsible for initialization and basic |
| 54 | hardware management. |
| 55 | This driver is also prerequisite for a hostmode PCIe core |
| 56 | support. |
| 57 | |
Rafał Miłecki | 4928062 | 2015-06-07 13:15:31 +0200 | [diff] [blame] | 58 | config BCMA_DRIVER_PCI_HOSTMODE |
| 59 | bool "Driver for PCI core working in hostmode" |
| 60 | depends on BCMA && MIPS && BCMA_DRIVER_PCI |
| 61 | help |
| 62 | PCI core hostmode operation (external PCI bus). |
| 63 | |
Hauke Mehrtens | 21e0534 | 2011-07-23 01:20:09 +0200 | [diff] [blame] | 64 | config BCMA_DRIVER_MIPS |
| 65 | bool "BCMA Broadcom MIPS core driver" |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 66 | depends on BCMA && MIPS |
Hauke Mehrtens | 21e0534 | 2011-07-23 01:20:09 +0200 | [diff] [blame] | 67 | help |
| 68 | Driver for the Broadcom MIPS core attached to Broadcom specific |
| 69 | Advanced Microcontroller Bus. |
| 70 | |
| 71 | If unsure, say N |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 72 | |
Rafał Miłecki | d6a3b51 | 2016-02-12 10:15:44 +0100 | [diff] [blame] | 73 | config BCMA_PFLASH |
| 74 | bool |
| 75 | depends on BCMA_DRIVER_MIPS |
| 76 | default y |
| 77 | |
Rafał Miłecki | 23cb3b2 | 2012-07-17 16:26:41 +0200 | [diff] [blame] | 78 | config BCMA_SFLASH |
Rafał Miłecki | 57d8f7d | 2016-07-18 12:34:14 +0200 | [diff] [blame] | 79 | bool "ChipCommon-attached serial flash support" |
| 80 | depends on BCMA_HOST_SOC |
Rafał Miłecki | 23cb3b2 | 2012-07-17 16:26:41 +0200 | [diff] [blame] | 81 | default y |
Rafał Miłecki | 57d8f7d | 2016-07-18 12:34:14 +0200 | [diff] [blame] | 82 | help |
| 83 | Some cheap devices have serial flash connected to the ChipCommon |
| 84 | instead of independent SPI controller. It requires using a separated |
| 85 | driver that implements ChipCommon specific interface communication. |
| 86 | |
| 87 | Enabling this symbol will let bcma recognize serial flash and register |
| 88 | it as platform device. |
Rafał Miłecki | 23cb3b2 | 2012-07-17 16:26:41 +0200 | [diff] [blame] | 89 | |
| 90 | config BCMA_NFLASH |
| 91 | bool |
Rafał Miłecki | 371a004 | 2012-08-12 13:08:05 +0200 | [diff] [blame] | 92 | depends on BCMA_DRIVER_MIPS |
Rafał Miłecki | 23cb3b2 | 2012-07-17 16:26:41 +0200 | [diff] [blame] | 93 | default y |
| 94 | |
Rafał Miłecki | e1ac4b4 | 2012-07-11 09:23:43 +0200 | [diff] [blame] | 95 | config BCMA_DRIVER_GMAC_CMN |
| 96 | bool "BCMA Broadcom GBIT MAC COMMON core driver" |
| 97 | depends on BCMA |
| 98 | help |
| 99 | Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom |
| 100 | specific Advanced Microcontroller Bus. |
| 101 | |
| 102 | If unsure, say N |
| 103 | |
Hauke Mehrtens | cf0936b | 2012-11-20 22:24:30 +0000 | [diff] [blame] | 104 | config BCMA_DRIVER_GPIO |
| 105 | bool "BCMA GPIO driver" |
Geert Uytterhoeven | a733311 | 2012-12-16 16:35:35 +0100 | [diff] [blame] | 106 | depends on BCMA && GPIOLIB |
Linus Walleij | 74f4e0c | 2015-08-14 00:21:45 +0200 | [diff] [blame] | 107 | select GPIOLIB_IRQCHIP if BCMA_HOST_SOC |
Hauke Mehrtens | cf0936b | 2012-11-20 22:24:30 +0000 | [diff] [blame] | 108 | help |
| 109 | Driver to provide access to the GPIO pins of the bcma bus. |
| 110 | |
| 111 | If unsure, say N |
| 112 | |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 113 | config BCMA_DEBUG |
| 114 | bool "BCMA debugging" |
| 115 | depends on BCMA |
| 116 | help |
| 117 | This turns on additional debugging messages. |
| 118 | |
| 119 | If unsure, say N |
| 120 | |
| 121 | endmenu |