From 6578d646dacf3cb0c84cb1db5cfb6903ec4a516a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Apr 2014 11:04:25 -0600 Subject: [PATCH] Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae --- ChangeLog | 4 +++- drivers/usbdev/Kconfig | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fcd72b87af..2c7c63ee8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7151,4 +7151,6 @@ on logic from Daniel Carvalho with modifications. I think the LM4F120 may have broken before as well(?). In any event, the LM4F120 also works well with this chanage (2014-4-7). - + * Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to + be able to select USB console devices when there is no /dev/console + enabled. Noted by Librae (2014-4-8). diff --git a/drivers/usbdev/Kconfig b/drivers/usbdev/Kconfig index d14ccfed55..9fdc6c92ce 100644 --- a/drivers/usbdev/Kconfig +++ b/drivers/usbdev/Kconfig @@ -191,7 +191,6 @@ if PL2303 config PL2303_CONSOLE bool "PL2303 console device" - depends on DEV_CONSOLE default n ---help--- Register the USB device as /dev/console so that is will be used @@ -276,7 +275,6 @@ if CDCACM config CDCACM_CONSOLE bool "CDC/ACM console device" - depends on DEV_CONSOLE default n ---help--- Register the USB device as /dev/console so that is will be used