Fix Kconfig dependency

This commit is contained in:
Gregory Nutt 2016-06-14 12:36:59 -06:00
parent 080aa07110
commit 64fa0ab51f
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ config NET_WOL
config NET_REGDEBUG
bool "Register level debug"
default n
depends on PIC32MX_ETHERNET && DEBUG_FEATURES
depends on PIC32MX_ETHERNET && DEBUG_NET_INFO
---help---
Enabled low level register debug. Also needs CONFIG_DEBUG_FEATURES.