Re: bcma: make BCMA a menuconfig to ease disabling it all

2017-08-08 Thread Kalle Valo
Vincent Legoll wrote: > No need to get into the submenu to disable all BCMA-related config entries. > > Signed-off-by: Vincent Legoll Patch applied to wireless-drivers-next.git, thanks. 9ca766b3641f bcma: make BCMA a menuconfig to ease

Re: bcma: make BCMA a menuconfig to ease disabling it all

2017-08-08 Thread Kalle Valo
Vincent Legoll wrote: > No need to get into the submenu to disable all BCMA-related config entries. > > Signed-off-by: Vincent Legoll Patch applied to wireless-drivers-next.git, thanks. 9ca766b3641f bcma: make BCMA a menuconfig to ease disabling it all --

Re: Make BCMA a menuconfig to ease disabling it all

2017-05-19 Thread Kalle Valo
Vincent Legoll wrote: > No need to get into the submenu to disable all BCMA-related config entries > > Signed-off-by: Vincent Legoll I would like to get an ack from someone before I'll apply this. Patch set to Deferred. --

Re: Make BCMA a menuconfig to ease disabling it all

2017-05-19 Thread Kalle Valo
Vincent Legoll wrote: > No need to get into the submenu to disable all BCMA-related config entries > > Signed-off-by: Vincent Legoll I would like to get an ack from someone before I'll apply this. Patch set to Deferred. -- https://patchwork.kernel.org/patch/9683685/

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

2017-04-17 Thread Vincent Legoll
Argh, looks like the "--in-reply-to" did not hook it up properly... This was intended as a reply to: http://lkml.iu.edu/hypermail/linux/kernel/1704.1/04654.html Re: [PATCH] Make AMBA a menuconfig to ease disabling it all from (Fri Apr 14 2017 - 08:33:57 EST) Sorry -- Vincent Legoll

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

2017-04-17 Thread Vincent Legoll
Argh, looks like the "--in-reply-to" did not hook it up properly... This was intended as a reply to: http://lkml.iu.edu/hypermail/linux/kernel/1704.1/04654.html Re: [PATCH] Make AMBA a menuconfig to ease disabling it all from (Fri Apr 14 2017 - 08:33:57 EST) Sorry -- Vincent Legoll

[PATCH RFC] Make BCMA a menuconfig to ease disabling it all

2017-04-17 Thread Vincent Legoll
Hello, this is more what I wanted to achieve, an easily disableable BCMA menuconfig. This is working as intended on x86_64 defconfig, whereas it is harder to disable for ARCH=arm because of "select"s. But that's less of an issue, as those arch's defconfigs may very well want the feature enbled,

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

2017-04-17 Thread Vincent Legoll
No need to get into the submenu to disable all BCMA-related config entries Signed-off-by: Vincent Legoll --- drivers/bcma/Kconfig | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index

[PATCH RFC] Make BCMA a menuconfig to ease disabling it all

2017-04-17 Thread Vincent Legoll
Hello, this is more what I wanted to achieve, an easily disableable BCMA menuconfig. This is working as intended on x86_64 defconfig, whereas it is harder to disable for ARCH=arm because of "select"s. But that's less of an issue, as those arch's defconfigs may very well want the feature enbled,

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

2017-04-17 Thread Vincent Legoll
No need to get into the submenu to disable all BCMA-related config entries Signed-off-by: Vincent Legoll --- drivers/bcma/Kconfig | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index b5c48a8..54f81c5 100644 ---