boards: esp_wrover_kit: update CMakeLists.txt
remove dependency on pinmux definition. Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
parent
f7c7a0e3c7
commit
4ff3fe74ae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if(CONFIG_PINMUX_ESP32)
|
||||
if(CONFIG_GPIO_ESP32)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(board_init.c)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue