You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
633 B
22 lines
633 B
# 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 |
|
|
|
config PINCTRL_ENE_KB106X |
|
bool "ENE KB106X Pin controller driver" |
|
default y |
|
depends on DT_HAS_ENE_KB106X_PINCTRL_ENABLED |
|
help |
|
Enable pin controller driver for ENE KB106X MCUs |
|
|
|
config PINCTRL_ENE_KB106X_ALT_OUTPUT_LOOKBACK |
|
bool "ENE KB106X Pin controller alt-output lookback" |
|
depends on PINCTRL_ENE_KB106X |
|
help |
|
Enable alt-output lookback for ENE KB106X MCUs
|
|
|