Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae

This commit is contained in:
Gregory Nutt
2014-04-08 11:04:25 -06:00
parent c306884d84
commit 6578d646da
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -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