blob: 24c585f862a57660e0e59ea2c2e35e7753ffd6b8 [file] [log] [blame]
# CY8C95XX GPIO configuration options
# Copyright (c) 2021 Synopsys
# SPDX-License-Identifier: Apache-2.0
# Workaround for not being able to have commas in macro arguments
DT_COMPAT_CYPRESS_CY8C95XX := cypress,cy8c95xx-gpio
menuconfig GPIO_CY8C95XX
bool "CY8C95XX I2C GPIO chip"
default $(dt_compat_enabled,$(DT_COMPAT_CYPRESS_CY8C95XX))
depends on I2C
help
Enable driver for CY8C95XX I2C GPIO chip.
if GPIO_CY8C95XX
config GPIO_CY8C95XX_INIT_PRIORITY
int "Init priority"
default 70
help
Device driver initialization priority.
endif # GPIO_CY8C95XX