summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJerome Forissier <[email protected]>2024-09-11 11:58:21 +0200
committerTom Rini <[email protected]>2024-09-24 13:41:21 -0600
commit620c02eee120a9d40307beee94d788df6dbdd1a9 (patch)
treecc41b2bf2370d2c47e21eb9646cf786c34bf0980 /include/linux
parentec571cd4e2fbe58c74480fdbdfa66a8137e45a29 (diff)
net: ftgmac100: depend on NET
FTGMAC100 enables drivers/net/ftgmac100.c which uses PHY_INTERFACE_MODE_NCSI, which is defined only when PHY_NCSI is enabled. Therefore FTGMAC100 depends on PHY_NCSI. However adding such a dependency causes a "recursive dependency detected!" message, so add a dependency on NET instead (PHY_NCSI depends on NET). All in all, either the stack is NET and FTGMAC100 can be enabled, or it is NET_LWIP (or NO_NET) and it cannot. Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Peter Robinson <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions