zephyr/drivers/gpio/Kconfig.xec
Daniel Leung 13ef99831a drivers: gpio: mchp_xec: Convert to using new device tree macros
Convert driver to use the new device tree macro's instead of
dts_fixup.h based macros. This moves us closer to removing both
dts_fixup.h and per instance Kconfig symbols.

The pinmux_mchp_xec is also being updated since it's using DT
from GPIO.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-04-28 07:43:31 -05:00

11 lines
246 B
Plaintext

# Microchip XEC GPIO configuration options
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config GPIO_XEC
bool "XEC Microchip GPIO driver"
depends on SOC_FAMILY_MEC
help
Enable the Microchip XEC gpio driver.