Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104222
b: refs/heads/master
c: 1191828
h: refs/heads/master
v: v3
  • Loading branch information
John Linn authored and Dmitry Torokhov committed Jul 7, 2008
1 parent 94a66ff commit 9942ae4
Show file tree
Hide file tree
Showing 4 changed files with 392 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: 73422392734bb68c8ff8bc74ce1bbdc32f1b639a
refs/heads/master: 1191828f8e6454ebb51da3e1da21912f1783e469
10 changes: 10 additions & 0 deletions trunk/drivers/input/serio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,14 @@ config SERIO_RAW
To compile this driver as a module, choose M here: the
module will be called serio_raw.

config SERIO_XILINX_XPS_PS2
tristate "Xilinx XPS PS/2 Controller Support"
depends on PPC
help
This driver supports XPS PS/2 IP from the Xilinx EDK on
PowerPC platform.

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

endif
1 change: 1 addition & 0 deletions trunk/drivers/input/serio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ obj-$(CONFIG_SERIO_PCIPS2) += pcips2.o
obj-$(CONFIG_SERIO_MACEPS2) += maceps2.o
obj-$(CONFIG_SERIO_LIBPS2) += libps2.o
obj-$(CONFIG_SERIO_RAW) += serio_raw.o
obj-$(CONFIG_SERIO_XILINX_XPS_PS2) += xilinx_ps2.o
Loading

0 comments on commit 9942ae4

Please sign in to comment.