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:
parent
9354749cb5
commit
a29d62f64d
3 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ config SOC_ESP32C3
|
|||
select DYNAMIC_INTERRUPTS
|
||||
select CLOCK_CONTROL
|
||||
select CLOCK_CONTROL_ESP32
|
||||
select PINCTRL
|
||||
|
||||
if SOC_ESP32C3
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ config SOC_ESP32
|
|||
select DYNAMIC_INTERRUPTS
|
||||
select ARCH_HAS_GDBSTUB
|
||||
select ARCH_SUPPORTS_COREDUMP
|
||||
select PINCTRL
|
||||
|
||||
if SOC_ESP32
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ config SOC_ESP32S2
|
|||
select DYNAMIC_INTERRUPTS
|
||||
select CLOCK_CONTROL
|
||||
select CLOCK_CONTROL_ESP32
|
||||
select PINCTRL
|
||||
|
||||
if SOC_ESP32S2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue