blob: 709b0d5b53b94f7b52f0773303c228597dc4e30e [file] [log] [blame]
# ESP32S2 LOLIN S2 MINI board configuration
# Copyright (c) 2023 Google, LLC
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "esp32s2_lolin_mini"
depends on BOARD_ESP32S2_LOLIN_MINI
config ENTROPY_GENERATOR
default y
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 32768 if WIFI
default 4096