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

Log Message

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

Diffstat

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

Modified Paths

Diff

Modified: branches/2008R1/drivers/serial/Kconfig (4194 => 4195)


--- branches/2008R1/drivers/serial/Kconfig	2008-01-31 04:10:27 UTC (rev 4194)
+++ branches/2008R1/drivers/serial/Kconfig	2008-01-31 04:27:30 UTC (rev 4195)
@@ -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