b2d9212ea0
The Microchip XEC platform always uses pinctrl, there's no need to keep extra macrology around pinctrl. Also updated driver's Kconfig options to `select PINCTRL`. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
# Microchip XEC PECI configuration options
|
|
|
|
# Copyright (c) 2020 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PECI_XEC
|
|
bool "XEC Microchip PECI driver"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_XEC_PECI_ENABLED
|
|
select PINCTRL
|
|
help
|
|
Enable the Microchip XEC PECI IO driver.
|