mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
5692702248
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>
11 lines
254 B
Plaintext
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.
|