:orphan: .. title:: CONFIG_ETH_DWMAC_MMU .. kconfig:: CONFIG_ETH_DWMAC_MMU CONFIG_ETH_DWMAC_MMU #################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MMU ` && \ :kconfig:`ETH_DWMAC ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/ethernet/Kconfig.dwmac:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:53`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Synopsys DesignWare MAC driver .. code-block:: kconfig config ETH_DWMAC_MMU bool default y depends on MMU && ETH_DWMAC && NET_L2_ETHERNET *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*