configs/freedom-kl25z: Change references to NuTiny to Freedom KL25Z

This commit is contained in:
Gregory Nutt
2013-04-25 20:09:15 -06:00
parent 1f616ecf1f
commit 420ca1b256
6 changed files with 119 additions and 76 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ config SERIAL_TIOCSERGSTRUCT
depends on DEBUG && (MCU_SERIAL || 16550_UART)
---help---
As a debug option, many serial bottom half drivers support the TIOCSERGSTRUCT
that allows you to get the internal drvier data structure. By default, this
that allows you to get the internal driver data structure. By default, this
IOCTL is not supported in order to reduce footprint. But if (1) the driver
supports the TIOCSERGSTRUCT ioctl, and (2) this option is selected, then
support for the TIOCSERGSTRUCT will be enabled.