1# Copyright (c) 2025 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config ETH_INTEL_PLAT
5	bool "Intel Ethernet parent Platform device driver"
6	depends on DT_HAS_INTEL_ETH_PLAT_ENABLED
7	help
8	  Enable Platform driver to retrieve the MMIO mapping details and
9	  share them with all the child devices such as MDIO, PHY, MAC
10	  and PTP_CLOCK.
11
12source "drivers/ethernet/intel/Kconfig.intel_igc"
13