From e254083a7dc2bd9a205ea02423a380dd0298c102 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 18 Sep 2020 05:04:49 -0700 Subject: [PATCH] net:Add ARCH_PHY_POLLED option --- net/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/Kconfig b/net/Kconfig index 67d4292b1e..4b911135a9 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -15,6 +15,10 @@ config ARCH_PHY_INTERRUPT bool default n +config ARCH_PHY_POLLED + bool + default n + config ARCH_HAVE_NETDEV_STATISTICS bool default n