64b4a3fe08
Add pinctrl driver for ENE KB1200 Signed-off-by: Steven Chang <steven@ene.com.tw>
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
# Copyright (c) 2023 ENE Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_ENE_KB1200
|
|
bool "ENE KB1200 Pin controller driver"
|
|
default y
|
|
depends on DT_HAS_ENE_KB1200_PINCTRL_ENABLED
|
|
help
|
|
Enable pin controller driver for ENE KB1200 MCUs
|