1# NUMAKER GPIO driver configuration options 2 3# Copyright (c) 2024 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config SOC_FLASH_NUMAKER_RMC 7 bool "Nuvoton NuMaker MCU embedded RRAM memory controller" 8 default y 9 select FLASH_HAS_PAGE_LAYOUT 10 select FLASH_HAS_DRIVER_ENABLED 11 select FLASH_HAS_NO_EXPLICIT_ERASE 12 select HAS_NUMAKER_RMC 13 depends on DT_HAS_NUVOTON_NUMAKER_RMC_ENABLED 14 help 15 This option enables the RMC driver for Nuvoton NuMaker family of 16 processors. 17 Say y if you wish to enable NuMaker RMC. 18