Kconfig (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) Kconfig (b8b6069cf2087545fe53ec920e8353133e9a70bf)
1config SSB_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6menuconfig SSB
7 tristate "Sonics Silicon Backplane support"
8 depends on SSB_POSSIBLE

--- 75 unchanged lines hidden (view full) ---

84 depends on SSB && BCM47XX_NVRAM
85 select SSB_SPROM
86 help
87 Host interface for a SSB directly mapped into memory. This is
88 for some Broadcom SoCs from the BCM47xx and BCM53xx lines.
89
90 If unsure, say N
91
1config SSB_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6menuconfig SSB
7 tristate "Sonics Silicon Backplane support"
8 depends on SSB_POSSIBLE

--- 75 unchanged lines hidden (view full) ---

84 depends on SSB && BCM47XX_NVRAM
85 select SSB_SPROM
86 help
87 Host interface for a SSB directly mapped into memory. This is
88 for some Broadcom SoCs from the BCM47xx and BCM53xx lines.
89
90 If unsure, say N
91
92config SSB_SILENT
93 bool "No SSB kernel messages"
94 depends on SSB && EXPERT
95 help
96 This option turns off all Sonics Silicon Backplane printks.
97 Note that you won't be able to identify problems, once
98 messages are turned off.
99 This might only be desired for production kernels on
100 embedded devices to reduce the kernel size.
101
102 Say N
103
104config SSB_DEBUG
105 bool "SSB debugging"
92config SSB_DEBUG
93 bool "SSB debugging"
106 depends on SSB && !SSB_SILENT
94 depends on SSB
107 help
108 This turns on additional runtime checks and debugging
109 messages. Turn this on for SSB troubleshooting.
110
111 If unsure, say N
112
113config SSB_SERIAL
114 bool

--- 73 unchanged lines hidden ---
95 help
96 This turns on additional runtime checks and debugging
97 messages. Turn this on for SSB troubleshooting.
98
99 If unsure, say N
100
101config SSB_SERIAL
102 bool

--- 73 unchanged lines hidden ---