Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 1 | config SSB_POSSIBLE |
| 2 | bool |
Michael Buesch | f225763 | 2008-06-20 11:50:29 +0200 | [diff] [blame] | 3 | depends on HAS_IOMEM && HAS_DMA |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 4 | default y |
| 5 | |
Mike Frysinger | 9581483 | 2008-11-06 01:37:00 +0000 | [diff] [blame] | 6 | menu "Sonics Silicon Backplane" |
| 7 | depends on SSB_POSSIBLE |
| 8 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 9 | config SSB |
| 10 | tristate "Sonics Silicon Backplane support" |
| 11 | depends on SSB_POSSIBLE |
| 12 | help |
| 13 | Support for the Sonics Silicon Backplane bus. |
| 14 | You only need to enable this option, if you are |
| 15 | configuring a kernel for an embedded system with |
| 16 | this bus. |
| 17 | It will be auto-selected if needed in other |
| 18 | environments. |
| 19 | |
| 20 | The module will be called ssb. |
| 21 | |
| 22 | If unsure, say N. |
| 23 | |
Michael Buesch | e7ec2e3 | 2008-03-10 17:26:32 +0100 | [diff] [blame] | 24 | # Common SPROM support routines |
| 25 | config SSB_SPROM |
| 26 | bool |
| 27 | |
Michael Buesch | d625a29 | 2008-04-02 19:46:56 +0200 | [diff] [blame] | 28 | # Support for Block-I/O. SELECT this from the driver that needs it. |
| 29 | config SSB_BLOCKIO |
| 30 | bool |
| 31 | depends on SSB |
| 32 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 33 | config SSB_PCIHOST_POSSIBLE |
| 34 | bool |
Ingo Molnar | 9be4bfb | 2007-10-15 17:23:21 +0200 | [diff] [blame] | 35 | depends on SSB && (PCI = y || PCI = SSB) |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 36 | default y |
| 37 | |
| 38 | config SSB_PCIHOST |
| 39 | bool "Support for SSB on PCI-bus host" |
| 40 | depends on SSB_PCIHOST_POSSIBLE |
Michael Buesch | e7ec2e3 | 2008-03-10 17:26:32 +0100 | [diff] [blame] | 41 | select SSB_SPROM |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 42 | default y |
| 43 | help |
| 44 | Support for a Sonics Silicon Backplane on top |
| 45 | of a PCI device. |
| 46 | |
| 47 | If unsure, say Y |
| 48 | |
Alexey Zaytsev | c708453 | 2008-02-23 12:59:26 +0300 | [diff] [blame] | 49 | config SSB_B43_PCI_BRIDGE |
| 50 | bool |
| 51 | depends on SSB_PCIHOST |
| 52 | default n |
| 53 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 54 | config SSB_PCMCIAHOST_POSSIBLE |
| 55 | bool |
Michael Buesch | feeb444 | 2009-03-20 16:43:20 +0100 | [diff] [blame] | 56 | depends on SSB && (PCMCIA = y || PCMCIA = SSB) |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 57 | default y |
| 58 | |
| 59 | config SSB_PCMCIAHOST |
Michael Buesch | feeb444 | 2009-03-20 16:43:20 +0100 | [diff] [blame] | 60 | bool "Support for SSB on PCMCIA-bus host" |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 61 | depends on SSB_PCMCIAHOST_POSSIBLE |
Michael Buesch | e7ec2e3 | 2008-03-10 17:26:32 +0100 | [diff] [blame] | 62 | select SSB_SPROM |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 63 | help |
| 64 | Support for a Sonics Silicon Backplane on top |
| 65 | of a PCMCIA device. |
| 66 | |
| 67 | If unsure, say N |
| 68 | |
Albert Herranz | 24ea602 | 2009-09-08 19:30:12 +0200 | [diff] [blame] | 69 | config SSB_SDIOHOST_POSSIBLE |
| 70 | bool |
| 71 | depends on SSB && (MMC = y || MMC = SSB) |
| 72 | default y |
| 73 | |
| 74 | config SSB_SDIOHOST |
| 75 | bool "Support for SSB on SDIO-bus host" |
| 76 | depends on SSB_SDIOHOST_POSSIBLE |
| 77 | help |
| 78 | Support for a Sonics Silicon Backplane on top |
| 79 | of a SDIO device. |
| 80 | |
| 81 | If unsure, say N |
| 82 | |
Rafał Miłecki | 845da6e | 2015-10-25 19:32:43 +0100 | [diff] [blame] | 83 | config SSB_HOST_SOC |
| 84 | bool "Support for SSB bus on SoC" |
Rafał Miłecki | 541c9a8 | 2015-12-09 23:36:51 +0100 | [diff] [blame] | 85 | depends on SSB && BCM47XX_NVRAM |
Arnd Bergmann | 10da848 | 2016-02-25 21:57:43 +0100 | [diff] [blame] | 86 | select SSB_SPROM |
Rafał Miłecki | 845da6e | 2015-10-25 19:32:43 +0100 | [diff] [blame] | 87 | help |
| 88 | Host interface for a SSB directly mapped into memory. This is |
| 89 | for some Broadcom SoCs from the BCM47xx and BCM53xx lines. |
| 90 | |
| 91 | If unsure, say N |
| 92 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 93 | config SSB_SILENT |
| 94 | bool "No SSB kernel messages" |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 95 | depends on SSB && EXPERT |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 96 | help |
| 97 | This option turns off all Sonics Silicon Backplane printks. |
| 98 | Note that you won't be able to identify problems, once |
| 99 | messages are turned off. |
| 100 | This might only be desired for production kernels on |
| 101 | embedded devices to reduce the kernel size. |
| 102 | |
| 103 | Say N |
| 104 | |
| 105 | config SSB_DEBUG |
| 106 | bool "SSB debugging" |
| 107 | depends on SSB && !SSB_SILENT |
| 108 | help |
| 109 | This turns on additional runtime checks and debugging |
| 110 | messages. Turn this on for SSB troubleshooting. |
| 111 | |
| 112 | If unsure, say N |
| 113 | |
| 114 | config SSB_SERIAL |
| 115 | bool |
| 116 | depends on SSB |
| 117 | # ChipCommon and ExtIf serial support routines. |
| 118 | |
| 119 | config SSB_DRIVER_PCICORE_POSSIBLE |
| 120 | bool |
| 121 | depends on SSB_PCIHOST |
| 122 | default y |
| 123 | |
| 124 | config SSB_DRIVER_PCICORE |
| 125 | bool "SSB PCI core driver" |
| 126 | depends on SSB_DRIVER_PCICORE_POSSIBLE |
| 127 | help |
| 128 | Driver for the Sonics Silicon Backplane attached |
| 129 | Broadcom PCI core. |
| 130 | |
| 131 | If unsure, say Y |
| 132 | |
| 133 | config SSB_PCICORE_HOSTMODE |
Michael Buesch | feeb444 | 2009-03-20 16:43:20 +0100 | [diff] [blame] | 134 | bool "Hostmode support for SSB PCI core" |
| 135 | depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 136 | help |
| 137 | PCIcore hostmode operation (external PCI bus). |
| 138 | |
| 139 | config SSB_DRIVER_MIPS |
Michael Buesch | feeb444 | 2009-03-20 16:43:20 +0100 | [diff] [blame] | 140 | bool "SSB Broadcom MIPS core driver" |
| 141 | depends on SSB && MIPS |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 142 | select SSB_SERIAL |
Adrien Schildknecht | 179fa46f | 2015-03-25 16:31:42 +0100 | [diff] [blame] | 143 | select SSB_SFLASH |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 144 | help |
| 145 | Driver for the Sonics Silicon Backplane attached |
| 146 | Broadcom MIPS core. |
| 147 | |
| 148 | If unsure, say N |
| 149 | |
Rafał Miłecki | 72a525c | 2013-01-06 21:48:50 +0100 | [diff] [blame] | 150 | config SSB_SFLASH |
| 151 | bool "SSB serial flash support" |
Rafał Miłecki | 092c464 | 2013-06-25 10:13:46 +0200 | [diff] [blame] | 152 | depends on SSB_DRIVER_MIPS |
Rafał Miłecki | 72a525c | 2013-01-06 21:48:50 +0100 | [diff] [blame] | 153 | default y |
| 154 | |
Michael Buesch | 42bfad4 | 2008-02-19 12:41:30 +0100 | [diff] [blame] | 155 | # Assumption: We are on embedded, if we compile the MIPS core. |
| 156 | config SSB_EMBEDDED |
| 157 | bool |
Markos Chandras | 271792e | 2013-06-17 13:00:40 +0000 | [diff] [blame] | 158 | depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE |
Michael Buesch | 42bfad4 | 2008-02-19 12:41:30 +0100 | [diff] [blame] | 159 | default y |
| 160 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 161 | config SSB_DRIVER_EXTIF |
Michael Buesch | feeb444 | 2009-03-20 16:43:20 +0100 | [diff] [blame] | 162 | bool "SSB Broadcom EXTIF core driver" |
| 163 | depends on SSB_DRIVER_MIPS |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 164 | help |
| 165 | Driver for the Sonics Silicon Backplane attached |
| 166 | Broadcom EXTIF core. |
| 167 | |
| 168 | If unsure, say N |
| 169 | |
Michael Buesch | aab547c | 2008-02-29 11:36:12 +0100 | [diff] [blame] | 170 | config SSB_DRIVER_GIGE |
| 171 | bool "SSB Broadcom Gigabit Ethernet driver" |
| 172 | depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS |
| 173 | help |
| 174 | Driver for the Sonics Silicon Backplane attached |
| 175 | Broadcom Gigabit Ethernet. |
| 176 | |
| 177 | If unsure, say N |
| 178 | |
Hauke Mehrtens | ec43b08 | 2012-11-20 22:24:33 +0000 | [diff] [blame] | 179 | config SSB_DRIVER_GPIO |
| 180 | bool "SSB GPIO driver" |
Geert Uytterhoeven | 3194f2f | 2012-12-16 16:35:36 +0100 | [diff] [blame] | 181 | depends on SSB && GPIOLIB |
Rafał Miłecki | 7c1bc0d | 2014-01-13 19:56:08 +0100 | [diff] [blame] | 182 | select IRQ_DOMAIN if SSB_EMBEDDED |
Hauke Mehrtens | ec43b08 | 2012-11-20 22:24:33 +0000 | [diff] [blame] | 183 | help |
| 184 | Driver to provide access to the GPIO pins on the bus. |
| 185 | |
| 186 | If unsure, say N |
| 187 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 188 | endmenu |