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
|
2018-05-26 02:56:38 +08:00
|
|
|
default "esp32"
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on BOARD_ESP32
|
2020-02-14 21:01:46 +08:00
|
|
|
|
|
|
|
config ENTROPY_ESP32_RNG
|
|
|
|
default y if ENTROPY_GENERATOR
|