10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config PINCTRL_QUICKLOGIC_EOS_S3
|
||
|
bool "QuickLogic EOS S3 SoC pinctrl driver"
|
||
|
default y
|
||
|
depends on DT_HAS_QUICKLOGIC_EOS_S3_PINCTRL_ENABLED
|
||
|
help
|
||
|
Enable driver for the QuickLogic EOS S3 SoC pinctrl driver
|