aboutsummaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index d8e7e1b04..267045402 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -9,14 +9,14 @@ config NET
---help---
Enable or disable all network features
-config ARCH_HAS_PHY
+config ARCH_HAVE_PHY
bool
if NET
choice
prompt "Board PHY Selection"
- depends on ARCH_HAS_PHY
+ depends on ARCH_HAVE_PHY
default PHY_KS8721
config PHY_KS8721