Title: [7826] trunk/drivers/serial/Kconfig: bfin_sport_uart: no longer need explicit BF54xM check
Revision
7826
Author
vapier
Date
2009-11-16 18:53:32 -0500 (Mon, 16 Nov 2009)

Log Message

bfin_sport_uart: no longer need explicit BF54xM check

Modified Paths


Diff

Modified: trunk/drivers/serial/Kconfig (7825 => 7826)


--- trunk/drivers/serial/Kconfig	2009-11-16 23:52:00 UTC (rev 7825)
+++ trunk/drivers/serial/Kconfig	2009-11-16 23:53:32 UTC (rev 7826)
@@ -1356,7 +1356,7 @@
 
 config SERIAL_BFIN_SPORT0_UART
 	bool "Enable UART over SPORT0"
-	depends on SERIAL_BFIN_SPORT && !(BF542 || BF542M || BF544 || BF544M)
+	depends on SERIAL_BFIN_SPORT && !(BF542 || BF544)
 	help
 	  Enable UART over SPORT0
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to