aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/Kconfig
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2009-10-23 06:56:46 -0400
committerDominik Brodowski <linux@dominikbrodowski.net>2009-11-08 12:23:13 -0500
commitc9f50dddd184a020d64dab63fa795967f0f14aa4 (patch)
treeb8de3c6e2860141e12fec7ba52bd25ef329590ae /drivers/pcmcia/Kconfig
parentd50dbec3ce52e1608636b8a624d087da9ced8cde (diff)
pcmcia: use dynamic debug in PCMCIA socket drivers
Make use of the dynamic debug infrastructure in various PCMCIA socket drivers. By doing so, only the drivers relying on soc_common make use of CONFIG_PCMCIA_DEBUG. Therefore, update the Kconfig entry accordingly. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r--drivers/pcmcia/Kconfig36
1 files changed, 18 insertions, 18 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index 17f38a781d47..0c44dddd9b7a 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -17,24 +17,6 @@ menuconfig PCCARD
17 17
18if PCCARD 18if PCCARD
19 19
20config PCMCIA_DEBUG
21 bool "Enable PCCARD debugging"
22 help
23 Say Y here to enable PCMCIA subsystem debugging. You
24 will need to choose the debugging level either via the
25 kernel command line, or module options depending whether
26 you build the PCMCIA as modules.
27
28 The kernel command line options are:
29 pcmcia_core.pc_debug=N
30 pcmcia.pc_debug=N
31 sa11xx_core.pc_debug=N
32
33 The module option is called pc_debug=N
34
35 In all the above examples, N is the debugging verbosity
36 level.
37
38config PCMCIA 20config PCMCIA
39 tristate "16-bit PCMCIA support" 21 tristate "16-bit PCMCIA support"
40 select CRC32 22 select CRC32
@@ -225,6 +207,24 @@ config PCMCIA_PXA2XX
225 help 207 help
226 Say Y here to include support for the PXA2xx PCMCIA controller 208 Say Y here to include support for the PXA2xx PCMCIA controller
227 209
210config PCMCIA_DEBUG
211 bool "Enable debugging"
212 depends on (PCMCIA_SA1111 || PCMCIA_SA1100 || PCMCIA_PXA2XX)
213 help
214 Say Y here to enable debugging for the SoC PCMCIA layer.
215 You will need to choose the debugging level either via the
216 kernel command line, or module options depending whether
217 you build the drivers as modules.
218
219 The kernel command line options are:
220 sa11xx_core.pc_debug=N
221 pxa2xx_core.pc_debug=N
222
223 The module option is called pc_debug=N
224
225 In all the above examples, N is the debugging verbosity
226 level.
227
228config PCMCIA_PROBE 228config PCMCIA_PROBE
229 bool 229 bool
230 default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X && !PARISC 230 default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X && !PARISC