1# BD8LB600FS GPIO configuration options
2
3# Copyright (c) 2022 SILA Embedded Solutions GmbH
4# Copyright (c) 2024 SILA Embedded Solutions GmbH
5# SPDX-License-Identifier: Apache-2.0
6
7menuconfig GPIO_BD8LB600FS
8	bool "BD8LB600FS SPI-based GPIO chip"
9	default y
10	depends on DT_HAS_ROHM_BD8LB600FS_GPIO_ENABLED
11	select MFD
12	help
13	  Enable driver for BD8LB600FS SPI-based GPIO chip.
14
15if GPIO_BD8LB600FS
16
17config GPIO_BD8LB600FS_INIT_PRIORITY
18	int "Init priority"
19	default 75
20	help
21	  Device driver initialization priority.
22
23endif #GPIO_BD8LB600FS
24