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.
 
 
 
 
 
 

20 lines
475 B

# Copyright (c) 2025 Analog Devices Inc.
# SPDX-License-Identifier: Apache-2.0
# MAX14917 GPIO configuration options
menuconfig GPIO_MAX14917
bool "MAX14917 GPIO driver"
default y
select CRC
depends on DT_HAS_ADI_MAX14917_GPIO_ENABLED && SPI
help
Enable MAX14917 octal industrial digital
output with diagnostics
config GPIO_MAX14917_INIT_PRIORITY
int "Driver init priority"
default 99
depends on GPIO_MAX14917
help
Device driver initialization priority.