| # Kconfig.sx1509b - SX1509B GPIO configuration options |
| # Copyright (c) 2018 Aapo Vienamo |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "SX1509B I2C GPIO chip" |
| Enable driver for SX1509B I2C GPIO chip. |
| config GPIO_SX1509B_INIT_PRIORITY |
| Device driver initialization priority. |
| config GPIO_SX1509B_DEV_NAME |
| string "SX1509B GPIO chip Device Name" |
| Specify the device name for the SX1509B I2C GPIO chip. |
| config GPIO_SX1509B_I2C_ADDR |
| hex "SX1509B GPIO chip I2C slave address" |
| Specify the I2C slave address for the SX1509B I2C GPIO chip. |
| config GPIO_SX1509B_I2C_MASTER_DEV_NAME |
| string "I2C Master to which SX1509B GPIO chip is connected" |
| Specify the device name of the I2C master device to which SX1509B |