arch/xtensa/src/esp32/Kconfig: Make bank switching default to disabled.
This config is only useful when there is a > 4MB PSRAM and thus needs to be selected by the user explicitly. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
792f53b4ac
commit
c1b0ee436c
@ -811,7 +811,7 @@ config ESP32_SPIRAM_2T_MODE
|
||||
|
||||
config ESP32_SPIRAM_BANKSWITCH_ENABLE
|
||||
bool "Enable bank switching for >4MiB external RAM"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
The ESP32 only supports 4MiB of external RAM in its address
|
||||
space. The hardware does support larger memories, but these
|
||||
|
@ -6,7 +6,6 @@
|
||||
# modifications.
|
||||
#
|
||||
# CONFIG_ARCH_LEDS is not set
|
||||
# CONFIG_ESP32_SPIRAM_BANKSWITCH_ENABLE is not set
|
||||
# CONFIG_NSH_ARGCAT is not set
|
||||
# CONFIG_NSH_CMDOPT_HEXDUMP is not set
|
||||
# CONFIG_NSH_CMDPARMS is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user