2017-05-04 05:29:36 +08:00
|
|
|
# Kconfig - ESP32 board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_ESP32
|
|
|
|
|
|
|
|
config BOARD
|
2018-05-26 02:56:38 +08:00
|
|
|
default "esp32"
|
2017-05-04 05:29:36 +08:00
|
|
|
|
|
|
|
endif # BOARD_ESP32
|