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.
16 lines
411 B
16 lines
411 B
# Copyright (c) 2024 ENE Technology Inc. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config GPIO_ENE_KB1200 |
|
bool "ENE KB1200 GPIO Driver" |
|
default y |
|
depends on DT_HAS_ENE_KB1200_GPIO_ENABLED |
|
help |
|
Enable support for the kb1200 GPIO controllers. |
|
|
|
config GPIO_ENE_KB106X |
|
bool "ENE KB106X GPIO Driver" |
|
default y |
|
depends on DT_HAS_ENE_KB106X_GPIO_ENABLED |
|
help |
|
Enable support for the KB106X GPIO controllers.
|
|
|