[PATCH 1/3] introduce CONFIG_PCMCIA_OBSOLETE
Dominik Brodowski
linux at dominikbrodowski.de
Thu Mar 25 13:25:00 GMT 2004
This config option lets us mark some unused PCMCIA code for soon removal. It
is only meant for code which is unused, not for deprecated code.
drivers/pcmcia/Kconfig | 12 ++++++++++++
1 files changed, 12 insertions(+)
diff -ruN linux-original/drivers/pcmcia/Kconfig linux/drivers/pcmcia/Kconfig
--- linux-original/drivers/pcmcia/Kconfig 2004-03-25 12:49:14.000000000 +0100
+++ linux/drivers/pcmcia/Kconfig 2004-03-25 12:54:17.693053760 +0100
@@ -45,6 +45,18 @@
In all the above examples, N is the debugging verbosity
level.
+config PCMCIA_OBSOLETE
+ bool "Enable obsolete PCMCIA code"
+ depends on PCMCIA != n
+ help
+ Say Y here to enable some code found in the PCMCIA subsystem
+ which has no in-kernel usage, but might be needed for certain
+ external PCMCIA drivers. If you do need to say Y here so that
+ one such driver compiles and/or works correctly, please report
+ this to linux-pcmcia <at> lists.infradead.org
+
+ If unsure, say N
+
config YENTA
tristate "CardBus yenta-compatible bridge support"
depends on PCMCIA && PCI
More information about the linux-pcmcia
mailing list