Title: [4180] trunk/drivers/serial/Kconfig:
UART1 is available only for the BF537 family, not the BF533 family,
so we cannot use BF53x
- Revision
- 4180
- Author
- vapier
- Date
- 2008-01-30 12:54:33 -0600 (Wed, 30 Jan 2008)
Log Message
UART1 is available only for the BF537 family, not the BF533 family, so we cannot use BF53x
Diffstat
Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Modified Paths
Diff
Modified: trunk/drivers/serial/Kconfig (4179 => 4180)
--- trunk/drivers/serial/Kconfig 2008-01-30 15:42:59 UTC (rev 4179)
+++ trunk/drivers/serial/Kconfig 2008-01-30 18:54:33 UTC (rev 4180)
@@ -595,7 +595,7 @@
config SERIAL_BFIN_UART1
bool "Enable UART1"
- depends on SERIAL_BFIN && (BF52x || BF53x || BF54x)
+ depends on SERIAL_BFIN && (BF52x || BF534 || BF536 || BF537 || BF54x)
help
Enable UART1
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits