soc: esp32/s2/c3: make PINCTRL config default

through the selection of PINCTRL config
at the SoC level.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2022-03-09 14:06:15 -03:00 committed by Carles Cufí
commit a29d62f64d
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ config SOC_ESP32C3
select DYNAMIC_INTERRUPTS
select CLOCK_CONTROL
select CLOCK_CONTROL_ESP32
select PINCTRL
if SOC_ESP32C3

View file

@ -9,6 +9,7 @@ config SOC_ESP32
select DYNAMIC_INTERRUPTS
select ARCH_HAS_GDBSTUB
select ARCH_SUPPORTS_COREDUMP
select PINCTRL
if SOC_ESP32

View file

@ -8,6 +8,7 @@ config SOC_ESP32S2
select DYNAMIC_INTERRUPTS
select CLOCK_CONTROL
select CLOCK_CONTROL_ESP32
select PINCTRL
if SOC_ESP32S2