2019-11-01 20:45:29 +08:00
|
|
|
# ESP32 board configuration
|
|
|
|
|
2017-05-04 05:29:36 +08:00
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD_ESP32
|
|
|
|
bool "ESP32 Development Board"
|
2017-09-12 00:25:11 +08:00
|
|
|
depends on SOC_ESP32
|