| # NPCX GPIO driver configuration options |
| # Copyright (c) 2021 Nuvoton Technology Corporation. |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "NCT38XX I2C-based GPIO chip" |
| depends on DT_HAS_NUVOTON_NCT38XX_GPIO_PORT_ENABLED |
| Enable driver for NCT38XX I2C-based GPIO chip. |
| config GPIO_NCT38XX_INIT_PRIORITY |
| int "NCT38XX GPIO init priority" |
| Device driver initialization priority. The priority should be lower |
| config GPIO_NCT38XX_PORT_INIT_PRIORITY |
| int "NCT38XX GPIO port init priority" |
| Device driver initialization priority. The priority should be lower |
| than I2C & GPIO_NCT38XX_INIT_PRIORITY device. |
| config GPIO_NCT38XX_INTERRUPT |
| bool "NCT38XX GPIO interrupt" |
| Enable interrupt support in NCT38XX driver. |
| config GPIO_NCT38XX_ALERT_INIT_PRIORITY |
| int "NCT38XX GPIO alert handler init priority" |
| depends on GPIO_NCT38XX_INTERRUPT |
| NCT38XX alert handler initialization priority. This initialization |
| must take place after the alert GPIO device is initialized. |