1# SPDX-License-Identifier: Apache-2.0
2
3if(CONFIG_GPIO_ESP32)
4  zephyr_library()
5  zephyr_library_sources(board_init.c)
6endif()
7