zephyr/drivers/gpio/Kconfig.max14916
Robert Budai c55204f761 drivers: gpio: extend max14916 to max14915
The MAX14915 has eight high-side switches specified to deliver up to
700mA continuous current with simlar register map and diagnostics
parameters to MAX14916.

Documentation:
https://www.analog.com/en/products/max14915.html

Signed-off-by: Robert Budai <robert.budai@analog.com>
2025-03-07 19:51:07 +01:00

21 lines
533 B
Plaintext

# Copyright (c) 2024 Analog Devices Inc.
# Copyright (c) 2024 BayLibre SAS
# SPDX-License-Identifier: Apache-2.0
# MAX14916 GPIO configuration options
menuconfig GPIO_MAX14916
bool "MAX14916 GPIO driver"
default y
depends on (DT_HAS_ADI_MAX14916_GPIO_ENABLED || DT_HAS_ADI_MAX14915_GPIO_ENABLED) && SPI
help
Enabe MAX1416 octal industrial digital
output with diagnostics
config GPIO_MAX14916_INIT_PRIORITY
int "Driver init priority"
default 99
depends on GPIO_MAX14916
help
Device driver initialization priority.