Add support for flash to cc23x0 SoC. The driver interacts with VIMS (Versatile Instruction Memory System) internal bus standing before NVM. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com> Signed-off-by: Julien Panis <jpanis@baylibre.com>
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
# Copyright (c) 2024 Texas Instruments Incorporated
|
|
# Copyright (c) 2024 BayLibre, SAS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FLASH_CC23X0
|
|
bool "TI SimpleLink CC23x0 flash controller driver"
|
|
default y
|
|
depends on DT_HAS_TI_CC23X0_FLASH_CONTROLLER_ENABLED
|
|
select FLASH_HAS_PAGE_LAYOUT
|
|
select FLASH_HAS_DRIVER_ENABLED
|
|
select MPU_ALLOW_FLASH_WRITE if ARM_MPU
|
|
help
|
|
Enables TI SimpleLink CC23x0 flash controller driver.
|