1# NUMAKER GPIO driver configuration options
2
3# Copyright (c) 2023 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_FLASH_NUMAKER
7	bool "Nuvoton NuMaker MCU flash driver"
8	default y
9	select FLASH_HAS_PAGE_LAYOUT
10	select FLASH_HAS_DRIVER_ENABLED
11	select HAS_NUMAKER_FMC
12	depends on DT_HAS_NUVOTON_NUMAKER_FMC_ENABLED
13	help
14	  This option enables the FMC driver for Nuvoton NuMaker family of
15	  processors.
16	  Say y if you wish to enable NuMaker FMC.
17