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:
parent
2c031caed0
commit
2689a6ee0a
4 changed files with 28 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue