mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 05:35:21 +00:00
This is just the driver for banks 0 to 3. Bank 4 will come via a separate commit since it needs a different driver. Signed-off-by: Michael Zimmermann <michael.zimmermann@grandcentrix.net>
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
# Copyright (c) 2024 GARDENA GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_SI32
|
|
bool "GPIO driver for Si32 family of MCUs"
|
|
default y
|
|
depends on DT_HAS_SILABS_SI32_GPIO_ENABLED
|
|
help
|
|
Enable GPIO driver for Si32 line of MCUs
|