Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
 
 
 
 
 
 

23 lines
539 B

# 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