Kconfig (e50fedec822efc7b7090f95862b782d91ca8aec0) | Kconfig (50cd8714a12b1b8ac42139d2b453b2c1d406f0a9) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Input core configuration 4# 5config SERIO 6 tristate "Serial I/O support" 7 default y 8 help --- 134 unchanged lines hidden (view full) --- 143 144config HIL_MLC 145 tristate "HIL MLC Support (needed for HIL input devices)" 146 depends on HP_SDC 147 148config SERIO_PCIPS2 149 tristate "PCI PS/2 keyboard and PS/2 mouse controller" 150 depends on PCI | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Input core configuration 4# 5config SERIO 6 tristate "Serial I/O support" 7 default y 8 help --- 134 unchanged lines hidden (view full) --- 143 144config HIL_MLC 145 tristate "HIL MLC Support (needed for HIL input devices)" 146 depends on HP_SDC 147 148config SERIO_PCIPS2 149 tristate "PCI PS/2 keyboard and PS/2 mouse controller" 150 depends on PCI |
151 depends on HAS_IOPORT |
|
151 help 152 Say Y here if you have a Mobility Docking station with PS/2 153 keyboard and mice ports. 154 155 To compile this driver as a module, choose M here: the 156 module will be called pcips2. 157 158config SERIO_MACEPS2 --- 163 unchanged lines hidden --- | 152 help 153 Say Y here if you have a Mobility Docking station with PS/2 154 keyboard and mice ports. 155 156 To compile this driver as a module, choose M here: the 157 module will be called pcips2. 158 159config SERIO_MACEPS2 --- 163 unchanged lines hidden --- |