1# SPDX-License-Identifier: Apache-2.0
2
3CONFIG_MAIN_STACK_SIZE=2048
4
5CONFIG_CONSOLE=y
6CONFIG_SERIAL=y
7CONFIG_UART_CONSOLE=y
8
9CONFIG_GPIO=y
10CONFIG_I2C=y
11
12# the following config is required to support chips of revision 1
13CONFIG_ESP32_USE_UNSUPPORTED_REVISION=y
14