Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
 
 
 
 
 
 

12 lines
334 B

# Copyright (c) 2022 Schlumberger
# SPDX-License-Identifier: Apache-2.0
config SOC_FLASH_XMC4XXX
bool "XMC4XXX flash driver"
default y
depends on DT_HAS_INFINEON_XMC4XXX_FLASH_CONTROLLER_ENABLED
select FLASH_HAS_PAGE_LAYOUT
select FLASH_HAS_DRIVER_ENABLED
select FLASH_HAS_EXPLICIT_ERASE
help
Enables XMC4XXX flash driver.