| # ESP32 GPIO configuration options |
| # Copyright (c) 2017 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| Enables the ESP32 GPIO driver |
| int "IRQ line for ESP32 GPIO pins" |
| Select the IRQ line to be used for GPIO interrupts. |
| Edge-triggered interrupts are supported on lines: 10, 22, |
| Level-triggered interrupts are supported on lines: 0-5, 8, |
| 9, 12, 13, 17-21, 23-27, 31. |
| bool "ESP32 GPIO (pins 0-31)" |
| Include support for GPIO pins 0-31 on the ESP32. |
| bool "ESP32 GPIO (pins 32-39)" |
| Include support for GPIO pins 32-39 on the ESP32. |