summaryrefslogtreecommitdiffstats
path: root/nuttx/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index dc16150ba6..6450442e4b 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -9,8 +9,27 @@ config NET
---help---
Enable or disable all network features
+config ARCH_HAS_PHY
+ bool
+
if NET
+choice
+ prompt "Board PHY Selection"
+ depends on ARCH_HAS_PHY
+ default PHY_KS8721
+
+config PHY_KS8721
+ bool "Micrel KS8721 PHY"
+
+config PHY_DP83848C
+ bool "National Semiconduction DP83848C PHY"
+
+config PHY_LAN8720
+ int "SMSC LAN8720 PHY"
+
+endchoice
+
config NET_NOINTS
bool "Not interrupt driven"
default n