Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

configs: remove the obsolete CONFIG_INPUT_POLLDEV

This CONFIG option was removed in commit 278b13ce3a89 ("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/20210726074741.1062-1-yuzenghui@huawei.com
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Zenghui Yu and committed by
Linus Torvalds
4cb398fe e1fbbd07

-9
-1
arch/arm/configs/dove_defconfig
··· 56 56 CONFIG_SATA_MV=y 57 57 CONFIG_NETDEVICES=y 58 58 CONFIG_MV643XX_ETH=y 59 - CONFIG_INPUT_POLLDEV=y 60 59 # CONFIG_INPUT_MOUSEDEV is not set 61 60 CONFIG_INPUT_EVDEV=y 62 61 # CONFIG_KEYBOARD_ATKBD is not set
-1
arch/arm/configs/pxa_defconfig
··· 284 284 CONFIG_MWIFIEX=m 285 285 CONFIG_MWIFIEX_SDIO=m 286 286 CONFIG_INPUT_FF_MEMLESS=m 287 - CONFIG_INPUT_POLLDEV=y 288 287 CONFIG_INPUT_MATRIXKMAP=y 289 288 CONFIG_INPUT_MOUSEDEV=m 290 289 CONFIG_INPUT_MOUSEDEV_SCREEN_X=640
-1
arch/mips/configs/lemote2f_defconfig
··· 116 116 CONFIG_R8169=y 117 117 CONFIG_USB_USBNET=m 118 118 CONFIG_USB_NET_CDC_EEM=m 119 - CONFIG_INPUT_POLLDEV=m 120 119 CONFIG_INPUT_EVDEV=y 121 120 # CONFIG_MOUSE_PS2_ALPS is not set 122 121 # CONFIG_MOUSE_PS2_LOGIPS2PP is not set
-1
arch/mips/configs/pic32mzda_defconfig
··· 34 34 CONFIG_SCSI_SCAN_ASYNC=y 35 35 # CONFIG_SCSI_LOWLEVEL is not set 36 36 CONFIG_INPUT_LEDS=m 37 - CONFIG_INPUT_POLLDEV=y 38 37 CONFIG_INPUT_MOUSEDEV=m 39 38 CONFIG_INPUT_EVDEV=y 40 39 CONFIG_INPUT_EVBUG=m
-1
arch/mips/configs/rt305x_defconfig
··· 90 90 CONFIG_PPP_ASYNC=m 91 91 CONFIG_ISDN=y 92 92 CONFIG_INPUT=m 93 - CONFIG_INPUT_POLLDEV=m 94 93 # CONFIG_KEYBOARD_ATKBD is not set 95 94 # CONFIG_INPUT_MOUSE is not set 96 95 CONFIG_INPUT_MISC=y
-1
arch/mips/configs/xway_defconfig
··· 96 96 CONFIG_PPP_ASYNC=m 97 97 CONFIG_ISDN=y 98 98 CONFIG_INPUT=m 99 - CONFIG_INPUT_POLLDEV=m 100 99 # CONFIG_KEYBOARD_ATKBD is not set 101 100 # CONFIG_INPUT_MOUSE is not set 102 101 CONFIG_INPUT_MISC=y
-1
arch/parisc/configs/generic-32bit_defconfig
··· 111 111 CONFIG_PPP_DEFLATE=m 112 112 CONFIG_PPPOE=m 113 113 # CONFIG_WLAN is not set 114 - CONFIG_INPUT_POLLDEV=y 115 114 CONFIG_KEYBOARD_HIL_OLD=m 116 115 CONFIG_KEYBOARD_HIL=m 117 116 CONFIG_MOUSE_SERIAL=y
-1
arch/x86/configs/i386_defconfig
··· 156 156 CONFIG_8139TOO=y 157 157 # CONFIG_8139TOO_PIO is not set 158 158 CONFIG_R8169=y 159 - CONFIG_INPUT_POLLDEV=y 160 159 CONFIG_INPUT_EVDEV=y 161 160 CONFIG_INPUT_JOYSTICK=y 162 161 CONFIG_INPUT_TABLET=y
-1
arch/x86/configs/x86_64_defconfig
··· 148 148 CONFIG_FORCEDETH=y 149 149 CONFIG_8139TOO=y 150 150 CONFIG_R8169=y 151 - CONFIG_INPUT_POLLDEV=y 152 151 CONFIG_INPUT_EVDEV=y 153 152 CONFIG_INPUT_JOYSTICK=y 154 153 CONFIG_INPUT_TABLET=y