Skip to content

Commit 4cb398f

Browse files
Zenghui Yutorvalds
authored andcommitted
configs: remove the obsolete CONFIG_INPUT_POLLDEV
This CONFIG option was removed in commit 278b13c ("Input: remove input_polled_dev implementation") so there's no point to keep it in defconfigs any longer. Get rid of the leftover for all arches. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Zenghui Yu <[email protected]> Cc: Dmitry Torokhov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent e1fbbd0 commit 4cb398f

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

arch/arm/configs/dove_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ CONFIG_ATA=y
5656
CONFIG_SATA_MV=y
5757
CONFIG_NETDEVICES=y
5858
CONFIG_MV643XX_ETH=y
59-
CONFIG_INPUT_POLLDEV=y
6059
# CONFIG_INPUT_MOUSEDEV is not set
6160
CONFIG_INPUT_EVDEV=y
6261
# CONFIG_KEYBOARD_ATKBD is not set

arch/arm/configs/pxa_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ CONFIG_RT2800USB=m
284284
CONFIG_MWIFIEX=m
285285
CONFIG_MWIFIEX_SDIO=m
286286
CONFIG_INPUT_FF_MEMLESS=m
287-
CONFIG_INPUT_POLLDEV=y
288287
CONFIG_INPUT_MATRIXKMAP=y
289288
CONFIG_INPUT_MOUSEDEV=m
290289
CONFIG_INPUT_MOUSEDEV_SCREEN_X=640

arch/mips/configs/lemote2f_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ CONFIG_8139TOO=y
116116
CONFIG_R8169=y
117117
CONFIG_USB_USBNET=m
118118
CONFIG_USB_NET_CDC_EEM=m
119-
CONFIG_INPUT_POLLDEV=m
120119
CONFIG_INPUT_EVDEV=y
121120
# CONFIG_MOUSE_PS2_ALPS is not set
122121
# CONFIG_MOUSE_PS2_LOGIPS2PP is not set

arch/mips/configs/pic32mzda_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ CONFIG_SCSI_CONSTANTS=y
3434
CONFIG_SCSI_SCAN_ASYNC=y
3535
# CONFIG_SCSI_LOWLEVEL is not set
3636
CONFIG_INPUT_LEDS=m
37-
CONFIG_INPUT_POLLDEV=y
3837
CONFIG_INPUT_MOUSEDEV=m
3938
CONFIG_INPUT_EVDEV=y
4039
CONFIG_INPUT_EVBUG=m

arch/mips/configs/rt305x_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ CONFIG_PPPOE=m
9090
CONFIG_PPP_ASYNC=m
9191
CONFIG_ISDN=y
9292
CONFIG_INPUT=m
93-
CONFIG_INPUT_POLLDEV=m
9493
# CONFIG_KEYBOARD_ATKBD is not set
9594
# CONFIG_INPUT_MOUSE is not set
9695
CONFIG_INPUT_MISC=y

arch/mips/configs/xway_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ CONFIG_PPPOE=m
9696
CONFIG_PPP_ASYNC=m
9797
CONFIG_ISDN=y
9898
CONFIG_INPUT=m
99-
CONFIG_INPUT_POLLDEV=m
10099
# CONFIG_KEYBOARD_ATKBD is not set
101100
# CONFIG_INPUT_MOUSE is not set
102101
CONFIG_INPUT_MISC=y

arch/parisc/configs/generic-32bit_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ CONFIG_PPP_BSDCOMP=m
111111
CONFIG_PPP_DEFLATE=m
112112
CONFIG_PPPOE=m
113113
# CONFIG_WLAN is not set
114-
CONFIG_INPUT_POLLDEV=y
115114
CONFIG_KEYBOARD_HIL_OLD=m
116115
CONFIG_KEYBOARD_HIL=m
117116
CONFIG_MOUSE_SERIAL=y

arch/x86/configs/i386_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ CONFIG_FORCEDETH=y
156156
CONFIG_8139TOO=y
157157
# CONFIG_8139TOO_PIO is not set
158158
CONFIG_R8169=y
159-
CONFIG_INPUT_POLLDEV=y
160159
CONFIG_INPUT_EVDEV=y
161160
CONFIG_INPUT_JOYSTICK=y
162161
CONFIG_INPUT_TABLET=y

arch/x86/configs/x86_64_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ CONFIG_SKY2=y
148148
CONFIG_FORCEDETH=y
149149
CONFIG_8139TOO=y
150150
CONFIG_R8169=y
151-
CONFIG_INPUT_POLLDEV=y
152151
CONFIG_INPUT_EVDEV=y
153152
CONFIG_INPUT_JOYSTICK=y
154153
CONFIG_INPUT_TABLET=y

0 commit comments

Comments
 (0)