This device is included on Silabs SiWx91x series. The current driver is able to manage "High Power" and "Ultra Low Power" pins. Co-authored-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com> Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com> Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
9 lines
279 B
Text
9 lines
279 B
Text
# Copyright (c) 2023 Antmicro
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_SILABS_SIWX91X
|
|
bool "Silabs SiWx91x SoC series pinctrl driver"
|
|
default y
|
|
depends on DT_HAS_SILABS_SIWX91X_PINCTRL_ENABLED
|
|
help
|
|
Enable the pinctrl driver for the Silabs SiWx91x SoC series.
|