[PATCH] char: lack of bool string made CONFIG_DEVPORT always on

2017-01-03 Thread Max Bires
a message here in order to make this user visible. Signed-off-by: Max Bires <jbi...@google.com> Acked-by: Arnd Bergmann <a...@arndb.de> --- drivers/char/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index f

[PATCH] char: lack of bool string made CONFIG_DEVPORT always on

2017-01-03 Thread Max Bires
a message here in order to make this user visible. Signed-off-by: Max Bires Acked-by: Arnd Bergmann --- drivers/char/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index fde005e..4ee2a10 100644 --- a/drivers/char/Kco

[PATCH] Without a bool string present, using "# CONFIG_DEVPORT is not set" in defconfig files would not actually unset devport. This esnured that /dev/port was always on, but there are reasons a user

2017-01-03 Thread Max Bires
Signed-off-by: Max Bires <jbi...@google.com> Acked-by: Arnd Bergmann <a...@arndb.de> --- drivers/char/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index fde005e..4ee2a10 100644 --- a/drivers/char/Kconfig +

[PATCH] Without a bool string present, using "# CONFIG_DEVPORT is not set" in defconfig files would not actually unset devport. This esnured that /dev/port was always on, but there are reasons a user

2017-01-03 Thread Max Bires
Signed-off-by: Max Bires Acked-by: Arnd Bergmann --- drivers/char/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index fde005e..4ee2a10 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -571,9 +571,12

[PATCH] char: lack of bool string made CONFIG_DEVPORT always on

2017-01-03 Thread Max Bires
a message here in order to make this user visible. Signed-off-by: Max Bires <jbi...@google.com> Acked-by: Arnd Bergmann <a...@arndb.de> --- drivers/char/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 7

[PATCH] char: lack of bool string made CONFIG_DEVPORT always on

2017-01-03 Thread Max Bires
a message here in order to make this user visible. Signed-off-by: Max Bires Acked-by: Arnd Bergmann --- drivers/char/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 7ad3127..e8fc493 100644 --- a/drivers/char/Kco

Re: /drivers/char/Kconfig Bug Kernel Patch

2016-12-13 Thread Max Bires
On Tue, Dec 13, 2016 at 1:37 PM, Arnd Bergmann <a...@arndb.de> wrote: > > On Tuesday, December 13, 2016 1:30:39 PM CET Max Bires wrote: > > While trying to turn off the port device in defconfig, I ran into a bug > > caused by the fact that the Kconfig for port di

Re: /drivers/char/Kconfig Bug Kernel Patch

2016-12-13 Thread Max Bires
On Tue, Dec 13, 2016 at 1:37 PM, Arnd Bergmann wrote: > > On Tuesday, December 13, 2016 1:30:39 PM CET Max Bires wrote: > > While trying to turn off the port device in defconfig, I ran into a bug > > caused by the fact that the Kconfig for port didn't have a string after the &g