Title: [4194] trunk/drivers/serial/Kconfig: [#2424] only BF533 and BF561 do not support UART1
Revision
4194
Author
cooloney
Date
2008-01-30 22:10:27 -0600 (Wed, 30 Jan 2008)

Log Message

[#2424] only BF533 and BF561 do not support UART1

Diffstat

 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/drivers/serial/Kconfig (4193 => 4194)


--- trunk/drivers/serial/Kconfig	2008-01-31 02:29:05 UTC (rev 4193)
+++ trunk/drivers/serial/Kconfig	2008-01-31 04:10:27 UTC (rev 4194)
@@ -595,7 +595,7 @@
 
 config SERIAL_BFIN_UART1
 	bool "Enable UART1"
-	depends on SERIAL_BFIN && (BF52x || BF534 || BF536 || BF537 || BF54x)
+	depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
 	help
 	  Enable UART1
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to