Hi Tony,

> >  config SPI_OMAP24XX
> > -   tristate "McSPI driver for OMAP24xx/OMAP34xx"
> > -   depends on ARCH_OMAP2 || ARCH_OMAP3
> > +   tristate "McSPI driver for OMAP24xx/OMAP34xx/OMAP44xx"
> > +   depends on ARCH_OMAP24XX || ARCH_OMAP34XX || ARCH_OMAP4
> >     help
> > -     SPI master controller for OMAP24xx/OMAP34xx Multichannel SPI
> > +     SPI master controller for OMAP24xx/OMAP34xx/OMAP44xx Multichannel SPI
> >       (McSPI) modules.
> >
> >  config SPI_OMAP_100K
> 
> You can simplify this and make it more future proof with something like:
> 
> config SPI_OMAP24XX
>       tristate "McSPI driver for OMAP"
>       depends on ARCH_OMAP2PLUS
>       help
>         SPI master controller for OMAP24XX and later

Changed as suggested...

ARCH_OMAP2PLUS
"Systems based on omap24xx, omap34xx or omap44xx"

Best Regards
Abraham
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to