summaryrefslogtreecommitdiff
path: root/firmware/boards/walter_esp32s3_procpu.conf
blob: 2208466a156d88ad1a50e8e69f2a9c33ff3d73e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Walter-specific Kconfig overrides — only applied when building for
# walter/esp32s3/procpu (auto-discovered by Zephyr's build system).

# Required for the v3_3_regulator node in walter_esp32s3_procpu.overlay.
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED=y

# Cellular networking and TLS go here as we add them. Examples:
# CONFIG_NETWORKING=y
# CONFIG_NET_NATIVE=y
# CONFIG_NET_L2_PPP=y
# CONFIG_MODEM=y
# CONFIG_MODEM_CELLULAR=y
# CONFIG_MBEDTLS_ENABLE_HEAP=y
# CONFIG_MBEDTLS_HEAP_SIZE=10240