On Thu, Jan 17, 2013 at 01:04:23PM +1100, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next merge of the tty tree got a conflict in > drivers/staging/sb105x/Kconfig between commit db210312f77b ("staging: > Make SystemBase PCI Multiport UART only for x86") from the tree and > commit e27a7d7977b0 ("Staging: sb105x: mark it BROKEN") from the tty tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). > > -- > Cheers, > Stephen Rothwell sfr@xxxxxxxxxxxxxxxx > > diff --cc drivers/staging/sb105x/Kconfig > index 1facad6,3d0d0eb..0000000 > --- a/drivers/staging/sb105x/Kconfig > +++ b/drivers/staging/sb105x/Kconfig > @@@ -1,8 -1,7 +1,8 @@@ > config SB105X > tristate "SystemBase PCI Multiport UART" > select SERIAL_CORE > - depends on PCI > + depends on PCI && BROKEN > + depends on X86 Looks good to me, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html