[PATCHv2] staging: sm750fb: Add missing Kconfig dependency

Dan Carpenter dan.carpenter at oracle.com
Thu May 28 08:45:28 UTC 2015


On Thu, May 28, 2015 at 08:40:41AM +0000, Gujulan Elango, Hari Prasath (H.) wrote:
> diff --git a/drivers/staging/sm750fb/Kconfig b/drivers/staging/sm750fb/Kconfig
> index c40d088..59d7c52 100644
> --- a/drivers/staging/sm750fb/Kconfig
> +++ b/drivers/staging/sm750fb/Kconfig
> @@ -1,6 +1,10 @@
>  config FB_SM750
>  	tristate "Silicon Motion SM750 framebuffer support"
>  	depends on FB && PCI
> +	select FB_MODE_HELPERS
> +        select FB_CFB_FILLRECT
> +        select FB_CFB_COPYAREA
> +        select FB_CFB_IMAGEBLIT

These don't line up correctly.  Use tabs instead of spaces.

regards,
dan carpenter



More information about the devel mailing list