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