diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-05-05 23:13:06 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-03 11:07:05 +0200 |
commit | 45ec9fff8629dda47d0c7645174220bcf5d9b6ba (patch) | |
tree | 6edad63c4aab27f5ec74a3afa8a1174d600e2316 /drivers/hid/Kconfig | |
parent | 8b1fded7a352cbd926b314d3b42a538a848c15d8 (diff) | |
download | op-kernel-dev-45ec9fff8629dda47d0c7645174220bcf5d9b6ba.zip op-kernel-dev-45ec9fff8629dda47d0c7645174220bcf5d9b6ba.tar.gz |
HID: wiimote: remove old static extension support
We now have dynamic hotplug support so the old static extensions are no
longer needed nor used. Remove it along CONFIG_HID_WIIMOTE_EXT.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 76e2d5d..dc9adfe 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -731,15 +731,6 @@ config HID_WIIMOTE To compile this driver as a module, choose M here: the module will be called hid-wiimote. -config HID_WIIMOTE_EXT - bool "Nintendo Wii Remote Extension support" - depends on HID_WIIMOTE - default HID_WIIMOTE - ---help--- - Support for extension controllers of the Nintendo Wii Remote. Say yes - here if you want to use the Nintendo Motion+, Nunchuck or Classic - extension controllers with your Wii Remote. - config HID_ZEROPLUS tristate "Zeroplus based game controller support" depends on HID |