On Wed, 2008-01-30 at 12:54 -0600, [EMAIL PROTECTED] wrote: > 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 > * trunk/drivers/serial/Kconfig > 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)
I think this is not the complete list, either. http://www.analog.com/processors/blackfin/overview/IST.html how about this: depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561) -Bryan _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
