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