blob: 7724f8c90a1a096d6d09faea1a4ddafe4aba9d3a [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_SIZE
default 32768 if WIFI
default 4096