1# Copyright (c) 2024 Analog Devices Inc.
2# Copyright (c) 2024 BayLibre SAS
3# SPDX-License-Identifier: Apache-2.0
4
5# MAX22190 GPIO configuration options
6
7menuconfig GPIO_MAX22190
8	bool "MAX22190 GPIO driver"
9	default y
10	depends on SPI
11	depends on DT_HAS_ADI_MAX22190_GPIO_ENABLED
12	help
13	  Enabe MAX22190 Octal industrial digital
14	  input with diagnostics
15
16config GPIO_MAX22190_INIT_PRIORITY
17	int "Driver init priority"
18	default 99
19	depends on GPIO_MAX22190
20	help
21	  Device driver initialization priority.
22