[PATCH 06/27] netconsole: Add dependency on CONSOLE_FULL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



CONSOLE_SIMPLE allows only a single console device. Since first
console to be registerd for majority of the boards would be debug
serial, there's no straightforward way to make netconsole work with
CONSOLE_SIMPLE there.

Reflect that by making NET_NETCONSOLE depend on CONSOLE_FULL.

Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx>
---
 net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/Kconfig b/net/Kconfig
index 12b6bdb56..b396bc830 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -9,7 +9,7 @@ config NET_NFS
 
 config NET_NETCONSOLE
 	bool
-	depends on !CONSOLE_NONE
+	depends on CONSOLE_FULL
 	prompt "network console support"
 	help
 	  This option adds support for a simple udp based network console.
-- 
2.17.0


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux