>-----Original Message----- >From: Mike Frysinger [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 25, 2008 8:42 PM >To: [EMAIL PROTECTED] >Cc: [email protected] >Subject: Re: [Linux-kernel-commits] [5344] trunk/drivers/video/Kconfig: >Task [#4378] Enable framebuffer support for the BF526-EZkit TFT LCD > >On Thu, Sep 25, 2008 at 10:53, <[EMAIL PROTECTED]> wrote: >> --- trunk/drivers/video/Kconfig 2008-09-25 14:52:08 UTC (rev 5343) >> +++ trunk/drivers/video/Kconfig 2008-09-25 14:53:53 UTC (rev 5344) >> @@ -604,6 +604,9 @@ >> select FB_CFB_FILLRECT >> select FB_CFB_COPYAREA >> select FB_CFB_IMAGEBLIT >> + select BFIN_GPTIMERS >> + select SPI >> + select SPI_BFIN > >err, drivers should not be dependent on specific SPI bus masters ...
This is a Blackfin only driver - So why shouldn't it select Blackfin's only SPI Master Driver. Our sound drivers do the same ... -Michael >-mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
