mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 07:55:21 +00:00
This is based on the work of Rajavardhan Gundi. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
# Kconfig - ESP32 board configuration
|
|
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_ESP32
|
|
|
|
config BOARD
|
|
default esp32
|
|
|
|
endif # BOARD_ESP32
|