3822870d28
The prompt is referring to another existing driver(NXP S32), now the correct name is displayed. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
# Copyright 2023 PHOENIX CONTACT Electronics GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MDIO_ADIN2111
|
|
bool "ADIN2111 MDIO driver"
|
|
default y
|
|
depends on DT_HAS_ADI_ADIN2111_MDIO_ENABLED
|
|
depends on ETH_ADIN2111
|
|
help
|
|
Enable ADIN2111 MDIO driver.
|