Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93239
b: refs/heads/master
c: 9f9439e
h: refs/heads/master
i:
  93237: cc08e57
  93235: edae502
  93231: 5d20d67
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Dmitry Torokhov committed Apr 15, 2008
1 parent 7ee00dc commit 5ad2e2f
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0beb4f6f294b0f2dde07fa9da9c00abd4f9c8b50
refs/heads/master: 9f9439e92a7fb057d31a19636b99e43306192756
10 changes: 10 additions & 0 deletions trunk/drivers/input/serio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ config SERIO_RPCKBD
To compile this driver as a module, choose M here: the
module will be called rpckbd.

config SERIO_AT32PSIF
tristate "AVR32 PSIF PS/2 keyboard and mouse controller"
depends on AVR32
help
Say Y here if you want to use the PSIF peripheral on AVR32 devices
and connect a PS/2 keyboard and/or mouse to it.

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

config SERIO_AMBAKMI
tristate "AMBA KMI keyboard controller"
depends on ARM_AMBA
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/serio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ obj-$(CONFIG_SERIO_CT82C710) += ct82c710.o
obj-$(CONFIG_SERIO_RPCKBD) += rpckbd.o
obj-$(CONFIG_SERIO_SA1111) += sa1111ps2.o
obj-$(CONFIG_SERIO_AMBAKMI) += ambakmi.o
obj-$(CONFIG_SERIO_AT32PSIF) += at32psif.o
obj-$(CONFIG_SERIO_Q40KBD) += q40kbd.o
obj-$(CONFIG_SERIO_GSCPS2) += gscps2.o
obj-$(CONFIG_HP_SDC) += hp_sdc.o
Expand Down
Loading

0 comments on commit 5ad2e2f

Please sign in to comment.