Re: [PATCHv3] staging: sm750fb: Add missing Kconfig dependency

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
On Sun, May 31, 2015 at 11:36:09AM +0900, gre...@linuxfoundation.org wrote: > On Thu, May 28, 2015 at 08:51:06AM +, Gujulan Elango, Hari Prasath (H.) > wrote: > > The sm750fb driver has few Framebuffer configuration dependencies that > > need to be selected in order to get compiled successfull

Re: [PATCHv3] staging: sm750fb: Add missing Kconfig dependency

2015-05-30 Thread gre...@linuxfoundation.org
On Thu, May 28, 2015 at 08:51:06AM +, Gujulan Elango, Hari Prasath (H.) wrote: > The sm750fb driver has few Framebuffer configuration dependencies that > need to be selected in order to get compiled successfully. > > Signed-off-by: Gujulan Elango Hari Prasath > --- > v3: Fix alignment

[PATCHv3] staging: sm750fb: Add missing Kconfig dependency

2015-05-28 Thread Gujulan Elango, Hari Prasath (H.)
The sm750fb driver has few Framebuffer configuration dependencies that need to be selected in order to get compiled successfully Signed-off-by: Gujulan Elango Hari Prasath --- v3: Fix alignment issues addressed by Dan Carpenter. v2:Addressed the review comments by Sudhip Mukherje

[PATCHv3] staging: sm750fb: Add missing Kconfig dependency

2015-05-28 Thread Gujulan Elango, Hari Prasath (H.)
The sm750fb driver has few Framebuffer configuration dependencies that need to be selected in order to get compiled successfully. Signed-off-by: Gujulan Elango Hari Prasath --- v3: Fix alignment issues addressed by Dan Carpenter. v2:Addressed the review comments by Sudhip Mukherj