You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
435 B
13 lines
435 B
# Microchip XEC PS2 configuration options |
|
|
|
# Copyright (c) 2019 Intel Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config PS2_XEC |
|
bool "XEC Microchip PS2 driver" |
|
depends on SOC_FAMILY_MICROCHIP_MEC && ESPI_PERIPHERAL_8042_KBC |
|
select PINCTRL |
|
help |
|
Enable the Microchip XEC PS2 IO driver. The driver also |
|
depends on the KBC 8042 keyboard controller. Note, MEC15xx |
|
series has two controllers and MEC172x series has one.
|
|
|