arch/Kconfig: Don't depend on Xtensa for the SUPPRESS_CLOCK_CONFIG

option.  This config was probably added in the early bring up of the
ESP32 chip. At that point the clock config was suppressed and we relied
on the bootloader.  Now we can configure the clock from NuttX.

The option itself is still useful and can be used for any other
architecture or chip.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2022-03-17 14:42:16 +01:00 committed by Gustavo Henrique Nihei
parent c2a1d0f5ae
commit b10c8955cf

View File

@ -906,7 +906,6 @@ menu "Bring-Up Options"
config SUPPRESS_CLOCK_CONFIG
bool "Suppress clock configuration"
default n
depends on ARCH_XTENSA
---help---
Do not configure clocking. Instead relies on the reset clock
configuration (or clock configuration provided by a bootloader).