Commit a9c64f5c authored by Russell King's avatar Russell King

[ARM] Fix dependencies of SERIO_AMBAKMI and SERIO_RPCKBD

parent 19188f5a
...@@ -80,7 +80,7 @@ config SERIO_PARKBD ...@@ -80,7 +80,7 @@ config SERIO_PARKBD
config SERIO_RPCKBD config SERIO_RPCKBD
tristate "Acorn RiscPC keyboard controller" tristate "Acorn RiscPC keyboard controller"
depends on ARCH_ACORN && SERIO depends on (ARCH_ACORN || ARCH_CLPS7500) && SERIO
default y default y
help help
Say Y here if you have the Acorn RiscPC and want to use an AT Say Y here if you have the Acorn RiscPC and want to use an AT
...@@ -91,7 +91,7 @@ config SERIO_RPCKBD ...@@ -91,7 +91,7 @@ config SERIO_RPCKBD
config SERIO_AMBAKMI config SERIO_AMBAKMI
tristate "AMBA KMI keyboard controller" tristate "AMBA KMI keyboard controller"
depends on ARCH_INTEGRATOR && SERIO depends on ARM_AMBA && SERIO
config SERIO_SA1111 config SERIO_SA1111
tristate "Intel SA1111 keyboard controller" tristate "Intel SA1111 keyboard controller"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment