Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-05-24 Thread Moritz Fischer
On Wed, May 24, 2017 at 8:35 AM, Alan Tull wrote: > On Fri, Apr 14, 2017 at 5:39 PM, Vincent Legoll > wrote: > > Hi Vincent, > > Thanks! > > Alan > >> No need to get into the submenu to disable all FPGA-related config entries >> >> Signed-off-by:

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-05-24 Thread Moritz Fischer
On Wed, May 24, 2017 at 8:35 AM, Alan Tull wrote: > On Fri, Apr 14, 2017 at 5:39 PM, Vincent Legoll > wrote: > > Hi Vincent, > > Thanks! > > Alan > >> No need to get into the submenu to disable all FPGA-related config entries >> >> Signed-off-by: Vincent Legoll Acked-by: Moritz Fischer > >

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-05-24 Thread Alan Tull
On Fri, Apr 14, 2017 at 5:39 PM, Vincent Legoll wrote: Hi Vincent, Thanks! Alan > No need to get into the submenu to disable all FPGA-related config entries > > Signed-off-by: Vincent Legoll Signed-off-by: Alan Tull >

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-05-24 Thread Alan Tull
On Fri, Apr 14, 2017 at 5:39 PM, Vincent Legoll wrote: Hi Vincent, Thanks! Alan > No need to get into the submenu to disable all FPGA-related config entries > > Signed-off-by: Vincent Legoll Signed-off-by: Alan Tull > --- > drivers/fpga/Kconfig | 6 +- > 1 file changed, 1

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Randy Dunlap
On 04/14/17 15:39, Vincent Legoll wrote: > Hello Randy, > > you mean like the following ? > > Looks like this is working as intended and much simpler, thanks. > Yes, like that. Thanks. -- ~Randy

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Randy Dunlap
On 04/14/17 15:39, Vincent Legoll wrote: > Hello Randy, > > you mean like the following ? > > Looks like this is working as intended and much simpler, thanks. > Yes, like that. Thanks. -- ~Randy

[PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Vincent Legoll
No need to get into the submenu to disable all FPGA-related config entries Signed-off-by: Vincent Legoll --- drivers/fpga/Kconfig | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index ce861a2..2cb9b81

[PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Vincent Legoll
No need to get into the submenu to disable all FPGA-related config entries Signed-off-by: Vincent Legoll --- drivers/fpga/Kconfig | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index ce861a2..2cb9b81 100644 ---

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Vincent Legoll
Hello Randy, you mean like the following ? Looks like this is working as intended and much simpler, thanks.

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Vincent Legoll
Hello Randy, you mean like the following ? Looks like this is working as intended and much simpler, thanks.

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Randy Dunlap
On 04/14/17 02:06, Vincent Legoll wrote: > No need to get into the submenu to disable all FPGA-related config entries > > Signed-off-by: Vincent Legoll > --- > drivers/fpga/Kconfig | 21 - > 1 file changed, 8 insertions(+), 13 deletions(-) > > diff

Re: [PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Randy Dunlap
On 04/14/17 02:06, Vincent Legoll wrote: > No need to get into the submenu to disable all FPGA-related config entries > > Signed-off-by: Vincent Legoll > --- > drivers/fpga/Kconfig | 21 - > 1 file changed, 8 insertions(+), 13 deletions(-) > > diff --git

[PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Vincent Legoll
No need to get into the submenu to disable all FPGA-related config entries Signed-off-by: Vincent Legoll --- drivers/fpga/Kconfig | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig

[PATCH] Make FPGA a menuconfig to ease disabling it all

2017-04-14 Thread Vincent Legoll
No need to get into the submenu to disable all FPGA-related config entries Signed-off-by: Vincent Legoll --- drivers/fpga/Kconfig | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index ce861a2..fa1a95e 100644