Skip to content

Commit

Permalink
HID: wiimote: remove old static extension support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Herrmann authored and Jiri Kosina committed Jun 3, 2013
1 parent 8b1fded commit 45ec9ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 868 deletions.
9 changes: 0 additions & 9 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions drivers/hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ ifdef CONFIG_LOGIWHEELS_FF
endif

hid-wiimote-y := hid-wiimote-core.o hid-wiimote-modules.o
ifdef CONFIG_HID_WIIMOTE_EXT
hid-wiimote-y += hid-wiimote-ext.o
endif
ifdef CONFIG_DEBUG_FS
hid-wiimote-y += hid-wiimote-debug.o
endif
Expand Down
Loading

0 comments on commit 45ec9ff

Please sign in to comment.