Skip to content

Commit 927c1e5

Browse files
bulwahndtor
authored andcommitted
Input: remove dead CSR Prima2 PWRC driver
Commit f3a7328 ("ARM: remove sirf prima2/atlas platforms") removes the config ARCH_SIRF in ./arch/arm/mach-prima2/Kconfig. Hence, since then, the corresponding CSR Prima2 PWRC Driver is dead code. Remove this dead driver. Signed-off-by: Lukas Bulwahn <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 1c6aace commit 927c1e5

File tree

3 files changed

+0
-218
lines changed

3 files changed

+0
-218
lines changed

drivers/input/misc/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -799,16 +799,6 @@ config INPUT_XEN_KBDDEV_FRONTEND
799799
To compile this driver as a module, choose M here: the
800800
module will be called xen-kbdfront.
801801

802-
config INPUT_SIRFSOC_ONKEY
803-
tristate "CSR SiRFSoC power on/off/suspend key support"
804-
depends on ARCH_SIRF && OF
805-
default y
806-
help
807-
Say Y here if you want to support for the SiRFSoC power on/off/suspend key
808-
in Linux, after you press the onkey, system will suspend.
809-
810-
If unsure, say N.
811-
812802
config INPUT_IDEAPAD_SLIDEBAR
813803
tristate "IdeaPad Laptop Slidebar"
814804
depends on INPUT

drivers/input/misc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o
7373
obj-$(CONFIG_INPUT_RK805_PWRKEY) += rk805-pwrkey.o
7474
obj-$(CONFIG_INPUT_SC27XX_VIBRA) += sc27xx-vibra.o
7575
obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
76-
obj-$(CONFIG_INPUT_SIRFSOC_ONKEY) += sirfsoc-onkey.o
7776
obj-$(CONFIG_INPUT_SOC_BUTTON_ARRAY) += soc_button_array.o
7877
obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
7978
obj-$(CONFIG_INPUT_STPMIC1_ONKEY) += stpmic1_onkey.o

drivers/input/misc/sirfsoc-onkey.c

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)