We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f219050 commit 50cd871Copy full SHA for 50cd871
drivers/input/serio/Kconfig
@@ -148,6 +148,7 @@ config HIL_MLC
148
config SERIO_PCIPS2
149
tristate "PCI PS/2 keyboard and PS/2 mouse controller"
150
depends on PCI
151
+ depends on HAS_IOPORT
152
help
153
Say Y here if you have a Mobility Docking station with PS/2
154
keyboard and mice ports.
drivers/input/touchscreen/Kconfig
@@ -700,6 +700,7 @@ config TOUCHSCREEN_INEXIO
700
701
config TOUCHSCREEN_MK712
702
tristate "ICS MicroClock MK712 touchscreen"
703
+ depends on ISA
704
705
Say Y here if you have the ICS MicroClock MK712 touchscreen
706
controller chip in your system.
0 commit comments