You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
470 B
16 lines
470 B
# Copyright (c) 2020 Espressif Systems (Shanghai) Co., Ltd. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config SOC_FLASH_ESP32 |
|
bool "Espressif ESP32 flash driver" |
|
default y |
|
depends on DT_HAS_ESPRESSIF_ESP32_FLASH_CONTROLLER_ENABLED |
|
select FLASH_HAS_DRIVER_ENABLED |
|
select FLASH_HAS_PAGE_LAYOUT |
|
help |
|
Enable ESP32 internal flash driver. |
|
|
|
config MPU_ALLOW_FLASH_WRITE |
|
bool "Add MPU access to write to flash" |
|
help |
|
Enable this to allow MPU RWX access to flash memory
|
|
|