summaryrefslogtreecommitdiff
path: root/drivers/input/misc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2002-10-29 05:09:28 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-29 05:09:28 -0800
commit0e01a0dd1f8209c0a64cbbbf99eab467e7401df5 (patch)
tree2d22a73ea158bb9fbc21bc1c5c4df9c2cdad9883 /drivers/input/misc
parent82fe246fb7291daaf2f71fdb8b61a07ce5e3678b (diff)
Delete old-style config files.
Diffstat (limited to 'drivers/input/misc')
-rw-r--r--drivers/input/misc/Config.help39
-rw-r--r--drivers/input/misc/Config.in14
2 files changed, 0 insertions, 53 deletions
diff --git a/drivers/input/misc/Config.help b/drivers/input/misc/Config.help
deleted file mode 100644
index b03e459be96d..000000000000
--- a/drivers/input/misc/Config.help
+++ /dev/null
@@ -1,39 +0,0 @@
-CONFIG_INPUT_MISC
-
- Say Y here, and a list of miscellaneous input drivers will be displayed.
- Everything that didn't fit into the other categories is here. This option
- doesn't affect the kernel.
-
- If unsure, say Y.
-
-CONFIG_INPUT_PCSPKR
- Say Y here if you want the standard PC Speaker to be used for
- bells and whistles.
-
- If unsure, say Y.
-
- This driver is also available as a module ( = code which can be
- inserted in and removed from the running kernel whenever you want).
- The module will be called pcspkr.o. If you want to compile it as a
- module, say M here and read <file:Documentation/modules.txt>.
-
-CONFIG_INPUT_SPARCSPKR
- Say Y here if you want the standard Speaker on Sparc PCI systems
- to be used for bells and whistles.
-
- If unsure, say Y.
-
- This driver is also available as a module ( = code which can be
- inserted in and removed from the running kernel whenever you want).
- The module will be called pcspkr.o. If you want to compile it as a
- module, say M here and read <file:Documentation/modules.txt>.
-
-
-CONFIG_INPUT_UINPUT
- Say Y here if you want to support user level drivers for input
- subsystem accessible under char device 10:223 - /dev/input/uinput.
-
- This driver is also available as a module ( = code which can be
- inserted in and removed from the running kernel whenever you want).
- The module will be called uinput.o. If you want to compile it as a
- module, say M here and read <file:Documentation/modules.txt>.
diff --git a/drivers/input/misc/Config.in b/drivers/input/misc/Config.in
deleted file mode 100644
index af844186945d..000000000000
--- a/drivers/input/misc/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Input misc drivers configuration
-#
-
-bool 'Misc' CONFIG_INPUT_MISC
-
-dep_tristate ' PC Speaker support' CONFIG_INPUT_PCSPKR $CONFIG_INPUT $CONFIG_INPUT_MISC
-if [ "$CONFIG_SPARC32" = "y" -o "$CONFIG_SPARC64" = "y" ]; then
- dep_tristate ' SPARC Speaker support' CONFIG_INPUT_SPARCSPKR $CONFIG_INPUT $CONFIG_INPUT_MISC
-fi
-if [ "$CONFIG_M68K" = "y" ]; then
-dep_tristate ' M68k Beeper support' CONFIG_INPUT_M68K_BEEP $CONFIG_INPUT $CONFIG_INPUT_MISC
-fi
-dep_tristate ' User level driver support' CONFIG_INPUT_UINPUT $CONFIG_INPUT $CONFIG_INPUT_MISC