summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/mips/src/pic32mx/Kconfig')
-rw-r--r--nuttx/arch/mips/src/pic32mx/Kconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/Kconfig b/nuttx/arch/mips/src/pic32mx/Kconfig
index 82a901809..1c04ad6f0 100644
--- a/nuttx/arch/mips/src/pic32mx/Kconfig
+++ b/nuttx/arch/mips/src/pic32mx/Kconfig
@@ -573,7 +573,7 @@ config PIC32MX_CAN2
config PIC32MX_ETHERNET
bool "Ethernet"
default n
- select NET
+ select NETDEVICES
select ARCH_HAVE_PHY
config PIC32MX_CTMU
@@ -981,13 +981,6 @@ config NET_WOL
---help---
Enable Wake-up on LAN (not fully implemented).
-config NET_DUMPPACKET
- bool "Dump packets"
- default n
- depends on PIC32MX_ETHERNET && DEBUG
- ---help---
- Dump all received and transmitted packets. Also needs DEBUG.
-
config NET_REGDEBUG
bool "Register level debug"
default n