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