>-----Original Message----- >From: Mike Frysinger [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 25, 2008 9:20 PM >To: Hennerich, Michael >Cc: [EMAIL PROTECTED]; linux-kernel- >[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 14:57, Hennerich, Michael wrote: >>>From: Mike Frysinger [mailto:[EMAIL PROTECTED] >>>On Thu, Sep 25, 2008 at 10:53, <[EMAIL PROTECTED]> wrote: >>>> --- trunk/drivers/video/Kconfig 2008-09-25 14:52:08 UTC (rev >>>> +++ trunk/drivers/video/Kconfig 2008-09-25 14:53:53 UTC (rev >>>> @@ -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 ... > >they're all wrong then ;) > >we've had people in the past use the GPIO SPI bus driver
OK - I remove SPI_BFIN - maybe make SPI_BFIN 'default y' in drivers/spi/Kconfig ? -Michael >-mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
