esp32s2: drivers: gpio: add gpio support

through the reuse of current gpio driver.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2021-08-13 15:46:07 -03:00 committed by Anas Nashif
commit 2689a6ee0a
4 changed files with 28 additions and 1 deletions

View file

@ -18,6 +18,9 @@ CONFIG_XTENSA_USE_CORE_CRT1=n
CONFIG_PINMUX=y
CONFIG_PINMUX_ESP32=y
CONFIG_GPIO=y
CONFIG_GPIO_ESP32=y
CONFIG_GEN_ISR_TABLES=y
CONFIG_GEN_IRQ_VECTOR_TABLE=n