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.
13 lines
439 B
13 lines
439 B
# Copyright (c) 2022 Renesas Electronics Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config SOC_FLASH_SMARTBOND |
|
bool "Renesas SmartBond(tm) flash driver" |
|
default y |
|
depends on DT_HAS_RENESAS_SMARTBOND_FLASH_CONTROLLER_ENABLED |
|
select FLASH_HAS_PAGE_LAYOUT |
|
select FLASH_HAS_DRIVER_ENABLED |
|
select FLASH_HAS_EXPLICIT_ERASE |
|
select MPU_ALLOW_FLASH_WRITE if ARM_MPU |
|
help |
|
Enable flash driver for Renesas SmartBond(tm) MCU family.
|
|
|