mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0687daf2c8
The kconfig options are moved to the component where they are used, mostly esp_hw_support and esp_system.
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
TEST_COMPONENTS=esp_hw_support
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_BANKSWITCH_ENABLE=y
|
|
CONFIG_SPIRAM_BANKSWITCH_RESERVE=8
|
|
CONFIG_IDF_TARGET="esp32s2"
|
|
CONFIG_SPIRAM_OCCUPY_NO_HOST=y
|