drivers: ps2: Standarize device tree and structure
Standardize PS2 device tree properties. Standardize device structure usage. Abstract GIRQ and PCR register access. Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
This commit is contained in:
parent
e8f7181c50
commit
bacf4ff730
8 changed files with 136 additions and 154 deletions
|
@ -3,23 +3,9 @@
|
|||
# Copyright (c) 2019 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menuconfig PS2_XEC
|
||||
config PS2_XEC
|
||||
bool "XEC Microchip PS2 driver"
|
||||
depends on SOC_FAMILY_MEC && ESPI_PERIPHERAL_8042_KBC
|
||||
help
|
||||
Enable the Microchip XEC PS2 IO driver. The driver also
|
||||
depends on the KBC 8042 keyboard controller.
|
||||
|
||||
if PS2_XEC
|
||||
|
||||
config PS2_XEC_0
|
||||
bool "PS2_XEC_0"
|
||||
help
|
||||
Enable PS2 0.
|
||||
|
||||
config PS2_XEC_1
|
||||
bool "PS2_XEC_1"
|
||||
help
|
||||
Enable PS2 1.
|
||||
|
||||
endif # PS2_XEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue