1# NUMAKER Ethernet Driver configuration options
2
3# Copyright (c) 2023 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config ETH_NUMAKER
7	bool "Nuvoton NUMAKER MCU Ethernet driver"
8	default y
9	select HAS_NUMAKER_ETH
10	select PINCTRL
11	depends on DT_HAS_NUVOTON_NUMAKER_ETHERNET_ENABLED
12	select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
13	help
14	  This option enables the Ethernet driver for Nuvoton NuMaker family of
15	  processors.
16	  Say y if you wish to enable NuMaker ETH.
17