Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45ec9fff authored by David Herrmann's avatar David Herrmann Committed by Jiri Kosina
Browse files

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: default avatarDavid Herrmann <dh.herrmann@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 8b1fded7
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -731,15 +731,6 @@ config HID_WIIMOTE
	To compile this driver as a module, choose M here: the
	To compile this driver as a module, choose M here: the
	module will be called hid-wiimote.
	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
config HID_ZEROPLUS
	tristate "Zeroplus based game controller support"
	tristate "Zeroplus based game controller support"
	depends on HID
	depends on HID
+0 −3
Original line number Original line Diff line number Diff line
@@ -29,9 +29,6 @@ ifdef CONFIG_LOGIWHEELS_FF
endif
endif


hid-wiimote-y		:= hid-wiimote-core.o hid-wiimote-modules.o
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
ifdef CONFIG_DEBUG_FS
	hid-wiimote-y	+= hid-wiimote-debug.o
	hid-wiimote-y	+= hid-wiimote-debug.o
endif
endif

drivers/hid/hid-wiimote-ext.c

deleted100644 → 0
+0 −837

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −19

File changed.

Preview size limit exceeded, changes collapsed.