zephyr/drivers/flash/Kconfig.xmc4xxx
Andriy Gelman 072a428f78 drivers: flash: Add xmc4xxx flash drivers
Add xmc4xxx flash drivers.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2022-10-03 13:56:49 +02:00

12 lines
301 B
Plaintext

# 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
help
Enables XMC4XXX flash driver.