[PATCH 04/11] staging: unisys: visorinput: add INPUT to dependent driver list

Greg KH gregkh at linuxfoundation.org
Sun Oct 4 08:51:49 UTC 2015


On Fri, Oct 02, 2015 at 01:19:18PM -0400, Benjamin Romer wrote:
> From: Tim Sell <Timothy.Sell at unisys.com>
> 
> Add the renamed driver to the Kconfig.

That changelog comment doesn't match up with what you are doing here :(

> 
> Signed-off-by: Tim Sell <Timothy.Sell at unisys.com>
> Signed-off-by: Benjamin Romer <benjamin.romer at unisys.com>
> ---
>  drivers/staging/unisys/visorinput/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/unisys/visorinput/Kconfig b/drivers/staging/unisys/visorinput/Kconfig
> index d83deb4..6baba27 100644
> --- a/drivers/staging/unisys/visorinput/Kconfig
> +++ b/drivers/staging/unisys/visorinput/Kconfig
> @@ -4,7 +4,7 @@
>  
>  config UNISYS_VISORINPUT
>  	tristate "Unisys visorinput driver"
> -	depends on UNISYSSPAR && UNISYS_VISORBUS && FB
> +	depends on UNISYSSPAR && UNISYS_VISORBUS && FB && INPUT

Also, why is an input driver dependant on CONFIG_FB?

thanks,

greg k-h


More information about the devel mailing list