linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: set default for iProc touchscreen
@ 2016-10-08 18:11 Scott Branden
  2016-10-11 17:49 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Branden @ 2016-10-08 18:11 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: linux-input, linux-kernel, BCM Kernel Feedback, Scott Branden,
	Ray Jui

Enable the Broadcom iProc touchscreen by default for all iProc platforms.

Signed-off-by: Ray Jui <rjui@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 drivers/input/touchscreen/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 2fb1f43..f785371 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -364,6 +364,7 @@ config TOUCHSCREEN_ILI210X
 config TOUCHSCREEN_IPROC
 	tristate "IPROC touch panel driver support"
 	depends on ARCH_BCM_IPROC || COMPILE_TEST
+	default ARCH_BCM_IPROC
 	help
 	  Say Y here if you want to add support for the IPROC touch
 	  controller to your system.
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: set default for iProc touchscreen
  2016-10-08 18:11 [PATCH] Input: set default for iProc touchscreen Scott Branden
@ 2016-10-11 17:49 ` Dmitry Torokhov
  2016-10-11 18:58   ` Scott Branden
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2016-10-11 17:49 UTC (permalink / raw)
  To: Scott Branden; +Cc: linux-input, linux-kernel, BCM Kernel Feedback, Ray Jui

On Sat, Oct 08, 2016 at 11:11:35AM -0700, Scott Branden wrote:
> Enable the Broadcom iProc touchscreen by default for all iProc platforms.

Why? Not all of them will have touchscreen attached, will they?

Thanks.

> 
> Signed-off-by: Ray Jui <rjui@broadcom.com>
> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
> ---
>  drivers/input/touchscreen/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
> index 2fb1f43..f785371 100644
> --- a/drivers/input/touchscreen/Kconfig
> +++ b/drivers/input/touchscreen/Kconfig
> @@ -364,6 +364,7 @@ config TOUCHSCREEN_ILI210X
>  config TOUCHSCREEN_IPROC
>  	tristate "IPROC touch panel driver support"
>  	depends on ARCH_BCM_IPROC || COMPILE_TEST
> +	default ARCH_BCM_IPROC
>  	help
>  	  Say Y here if you want to add support for the IPROC touch
>  	  controller to your system.
> -- 
> 2.5.0
> 

-- 
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: set default for iProc touchscreen
  2016-10-11 17:49 ` Dmitry Torokhov
@ 2016-10-11 18:58   ` Scott Branden
  0 siblings, 0 replies; 3+ messages in thread
From: Scott Branden @ 2016-10-11 18:58 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-kernel, BCM Kernel Feedback, Ray Jui

Hi Dmitry,


On 16-10-11 10:49 AM, Dmitry Torokhov wrote:
> On Sat, Oct 08, 2016 at 11:11:35AM -0700, Scott Branden wrote:
>> Enable the Broadcom iProc touchscreen by default for all iProc platforms.
>
> Why? Not all of them will have touchscreen attached, will they?
Correct - the touchscreen is enabled via the dtb configuration.  But, 
the default option when ARCH_BCM_IPROC is selected should have the 
driver enabled.  This avoids having to hunt around and turn on drivers 
after the upper level Kconfig options are selected.  Goal is to make it 
easy for user to get their kernel running by having defaults set 
appropriately.  If user wishes to optimize kernel size they can turn off 
drivers they do not need for their board.
>
> Thanks.
>
>>
>> Signed-off-by: Ray Jui <rjui@broadcom.com>
>> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
>> ---
>>  drivers/input/touchscreen/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
>> index 2fb1f43..f785371 100644
>> --- a/drivers/input/touchscreen/Kconfig
>> +++ b/drivers/input/touchscreen/Kconfig
>> @@ -364,6 +364,7 @@ config TOUCHSCREEN_ILI210X
>>  config TOUCHSCREEN_IPROC
>>  	tristate "IPROC touch panel driver support"
>>  	depends on ARCH_BCM_IPROC || COMPILE_TEST
>> +	default ARCH_BCM_IPROC
>>  	help
>>  	  Say Y here if you want to add support for the IPROC touch
>>  	  controller to your system.
>> --
>> 2.5.0
>>
>
Regards,
  Scott

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-11 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 18:11 [PATCH] Input: set default for iProc touchscreen Scott Branden
2016-10-11 17:49 ` Dmitry Torokhov
2016-10-11 18:58   ` Scott Branden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).