esp32c3: drivers: pinctrl: initial support
add initial pinctrl driver support for ESP32C3. Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
parent
52dbd305da
commit
00bdbb52c5
2 changed files with 76 additions and 1 deletions
|
@ -5,7 +5,7 @@ DT_COMPAT_ESP32_PINCTRL := espressif,esp32-pinctrl
|
|||
|
||||
config PINCTRL_ESP32
|
||||
bool "ESP32 pin controller"
|
||||
depends on SOC_ESP32 || SOC_ESP32S2
|
||||
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3
|
||||
default $(dt_compat_enabled,$(DT_COMPAT_ESP32_PINCTRL))
|
||||
help
|
||||
Enables ESP32 pin controller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue