Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57700
b: refs/heads/master
c: 893e7c2
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jun 13, 2007
1 parent cedfa3a commit 57a9b14
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c4df74e02b0853ad86d1595fb6065d6c26fb196
refs/heads/master: 893e7c2db05f14032f2390ef7c59a499fc25ccae
13 changes: 13 additions & 0 deletions trunk/drivers/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ config INPUT_FF_MEMLESS
To compile this driver as a module, choose M here: the
module will be called ff-memless.

config INPUT_POLLDEV
tristate "Polled input device skeleton"
help
Say Y here if you are using a driver for an input
device that periodically polls hardware state. This
option is only useful for out-of-tree drivers since
in-tree drivers select it automatically.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called input-polldev.

comment "Userland interfaces"

config INPUT_MOUSEDEV
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_INPUT) += input-core.o
input-core-objs := input.o ff-core.o

obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o

obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
Expand Down
File renamed without changes.
11 changes: 0 additions & 11 deletions trunk/drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,6 @@ config INPUT_UINPUT
To compile this driver as a module, choose M here: the
module will be called uinput.

config INPUT_POLLDEV
tristate "Polled input device skeleton"
help
Say Y here if you are using a driver for an input
device that periodically polls hardware state. This
option is only useful for out-of-tree drivers since
in-tree drivers select it automatically.

To compile this driver as a module, choose M here: the
module will be called input-polldev.

config HP_SDC_RTC
tristate "HP SDC Real Time Clock"
depends on GSC || HP300
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/input/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# Each configuration option enables a list of files.

obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o
obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o
obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o
Expand Down

0 comments on commit 57a9b14

Please sign in to comment.