summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt2
-rw-r--r--nuttx/ChangeLog4
-rw-r--r--nuttx/drivers/usbdev/Kconfig2
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index fb809afef..0b2c8190f 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -872,4 +872,4 @@
* apps/netutils/dhcpd/dhcpd.c: The correct value of the PAD option
is zero, not one. From Brennan Ashton (2014-3-31).
* apps/sysinfo: CONFIG_VERSION_BUILD is a string an needs to be
- printed with %s, not %d (2014-4-8).
+ printed with %s, not %d. Noted by Librae (2014-4-8).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fcd72b87a..2c7c63ee8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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/nuttx/drivers/usbdev/Kconfig b/nuttx/drivers/usbdev/Kconfig
index d14ccfed5..9fdc6c92c 100644
--- a/nuttx/drivers/usbdev/Kconfig
+++ b/nuttx/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