odroid_go: Enable CONFIG_ESP32_USE_UNSUPPORTED_REVISION
odroid_go is using ESP32 chip revision (1) that is unsupported, so we need to enable 'CONFIG_ESP32_USE_UNSUPPORTED_REVISION' Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
9637071114
commit
956edd1c3d
1 changed files with 2 additions and 0 deletions
|
@ -10,3 +10,5 @@ CONFIG_GPIO=y
|
||||||
|
|
||||||
# required to enable LCD backlight
|
# required to enable LCD backlight
|
||||||
CONFIG_REGULATOR=y
|
CONFIG_REGULATOR=y
|
||||||
|
|
||||||
|
CONFIG_ESP32_USE_UNSUPPORTED_REVISION=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue