24 lines
539 B
Plaintext
24 lines
539 B
Plaintext
# BD8LB600FS GPIO configuration options
|
|
|
|
# Copyright (c) 2022 SILA Embedded Solutions GmbH
|
|
# Copyright (c) 2024 SILA Embedded Solutions GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig GPIO_BD8LB600FS
|
|
bool "BD8LB600FS SPI-based GPIO chip"
|
|
default y
|
|
depends on DT_HAS_ROHM_BD8LB600FS_GPIO_ENABLED
|
|
select MFD
|
|
help
|
|
Enable driver for BD8LB600FS SPI-based GPIO chip.
|
|
|
|
if GPIO_BD8LB600FS
|
|
|
|
config GPIO_BD8LB600FS_INIT_PRIORITY
|
|
int "Init priority"
|
|
default 75
|
|
help
|
|
Device driver initialization priority.
|
|
|
|
endif #GPIO_BD8LB600FS
|