Title: [4181] branches/2008R1/drivers/serial/Kconfig: UART1 is available only for the BF537 family, not the BF533 family, so we cannot use BF53x
Revision
4181
Author
vapier
Date
2008-01-30 12:54:52 -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: branches/2008R1/drivers/serial/Kconfig (4180 => 4181)


--- branches/2008R1/drivers/serial/Kconfig	2008-01-30 18:54:33 UTC (rev 4180)
+++ branches/2008R1/drivers/serial/Kconfig	2008-01-30 18:54:52 UTC (rev 4181)
@@ -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

Reply via email to