Browse Source

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>
pull/77937/head
Yannis Damigos 10 months ago committed by Fabio Baltieri
parent
commit
956edd1c3d
  1. 2
      boards/hardkernel/odroid_go/odroid_go_procpu_defconfig

2
boards/hardkernel/odroid_go/odroid_go_procpu_defconfig

@ -10,3 +10,5 @@ CONFIG_GPIO=y @@ -10,3 +10,5 @@ CONFIG_GPIO=y
# required to enable LCD backlight
CONFIG_REGULATOR=y
CONFIG_ESP32_USE_UNSUPPORTED_REVISION=y

Loading…
Cancel
Save