c4cb45eaac
MDIO driver for ATSAM platform with Ethernet. Signed-off-by: Arvin Farahmand <arvinf@ip-logix.com>
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
# Copyright (c) 2021 IP-Logix Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MDIO_ATMEL_SAM
|
|
bool "Atmel SAM MDIO driver"
|
|
depends on ETH_SAM_GMAC
|
|
default y
|
|
help
|
|
Enable Atmel SAM MCU Family MDIO driver.
|