zephyr/drivers/pinmux/Kconfig.xec
Daniel Leung 5692702248 drivers: pinmux: 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.

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

11 lines
254 B
Plaintext

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