zephyr/drivers/flash/Kconfig.numaker
cyliang tw ecbaac60bd drivers: flash: support for Nuvoton numaker series FMC
Add Nuvoton numaker series flash memory controller(FMC) with erase,
 read & write features of soc-flash. Also update Nuvoton manifest
 to include zephyrproject-rtos/hal_nuvoton#6.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>
2023-07-21 10:41:40 +00:00

17 lines
481 B
Plaintext

# NUMAKER GPIO driver configuration options
# Copyright (c) 2023 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
config SOC_FLASH_NUMAKER
bool "Nuvoton NuMaker MCU flash driver"
default y
select FLASH_HAS_PAGE_LAYOUT
select FLASH_HAS_DRIVER_ENABLED
select HAS_NUMAKER_FMC
depends on DT_HAS_NUVOTON_NUMAKER_FMC_ENABLED
help
This option enables the FMC driver for Nuvoton NuMaker family of
processors.
Say y if you wish to enable NuMaker FMC.