diff mbox series

[U-Boot] Convert CONFIG_DISABLE_CONSOLE to Kconfig

Message ID 20180910104316.25344-1-christian.gmeiner@gmail.com
State Accepted
Commit 83f6f608c278d9ac3fda7d0bb05f41c06b397964
Delegated to: Tom Rini
Headers show
Series [U-Boot] Convert CONFIG_DISABLE_CONSOLE to Kconfig | expand

Commit Message

Christian Gmeiner Sept. 10, 2018, 10:43 a.m. UTC
This converts the following to Kconfig:
   CONFIG_DISABLE_CONSOLE

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
---
 common/Kconfig               | 5 +++++
 scripts/config_whitelist.txt | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Christian Gmeiner Sept. 20, 2018, 3:05 p.m. UTC | #1
ping

Am Mo., 10. Sep. 2018 um 12:43 Uhr schrieb Christian Gmeiner
<christian.gmeiner@gmail.com>:
>
> This converts the following to Kconfig:
>    CONFIG_DISABLE_CONSOLE
>
> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> ---
>  common/Kconfig               | 5 +++++
>  scripts/config_whitelist.txt | 1 -
>  2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 3030da4fc9..207cb3ae0b 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -259,6 +259,11 @@ config CONSOLE_RECORD_IN_SIZE
>           The buffer is allocated immediately after the malloc() region is
>           ready.
>
> +config DISABLE_CONSOLE
> +       bool "Add functionality to disable console completely"
> +       help
> +               Disable console (in & out).
> +
>  config IDENT_STRING
>         string "Board specific string to be added to uboot version string"
>         help
> diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
> index fc37099cbe..27fba1e963 100644
> --- a/scripts/config_whitelist.txt
> +++ b/scripts/config_whitelist.txt
> @@ -366,7 +366,6 @@ CONFIG_DHCP_MIN_EXT_LEN
>  CONFIG_DIALOG_POWER
>  CONFIG_DIMM_SLOTS_PER_CTLR
>  CONFIG_DIRECT_NOR_BOOT
> -CONFIG_DISABLE_CONSOLE
>  CONFIG_DISCONTIGMEM
>  CONFIG_DISCOVER_PHY
>  CONFIG_DISPLAY_AER_xxxx
> --
> 2.17.1
>
Christian Gmeiner Sept. 25, 2018, 6:23 a.m. UTC | #2
ping..

<christian.gmeiner@gmail.com> schrieb am Do., 20. Sep. 2018, 17:05:

> ping
>
> Am Mo., 10. Sep. 2018 um 12:43 Uhr schrieb Christian Gmeiner
> <christian.gmeiner@gmail.com>:
> >
> > This converts the following to Kconfig:
> >    CONFIG_DISABLE_CONSOLE
> >
> > Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> > ---
> >  common/Kconfig               | 5 +++++
> >  scripts/config_whitelist.txt | 1 -
> >  2 files changed, 5 insertions(+), 1 deletion(-)
> >
> > diff --git a/common/Kconfig b/common/Kconfig
> > index 3030da4fc9..207cb3ae0b 100644
> > --- a/common/Kconfig
> > +++ b/common/Kconfig
> > @@ -259,6 +259,11 @@ config CONSOLE_RECORD_IN_SIZE
> >           The buffer is allocated immediately after the malloc() region
> is
> >           ready.
> >
> > +config DISABLE_CONSOLE
> > +       bool "Add functionality to disable console completely"
> > +       help
> > +               Disable console (in & out).
> > +
> >  config IDENT_STRING
> >         string "Board specific string to be added to uboot version
> string"
> >         help
> > diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
> > index fc37099cbe..27fba1e963 100644
> > --- a/scripts/config_whitelist.txt
> > +++ b/scripts/config_whitelist.txt
> > @@ -366,7 +366,6 @@ CONFIG_DHCP_MIN_EXT_LEN
> >  CONFIG_DIALOG_POWER
> >  CONFIG_DIMM_SLOTS_PER_CTLR
> >  CONFIG_DIRECT_NOR_BOOT
> > -CONFIG_DISABLE_CONSOLE
> >  CONFIG_DISCONTIGMEM
> >  CONFIG_DISCOVER_PHY
> >  CONFIG_DISPLAY_AER_xxxx
> > --
> > 2.17.1
> >
>
>
> --
> greets
> --
> Christian Gmeiner, MSc
>
> https://christian-gmeiner.info


--
Christian Gmeiner, MSc

https://christian-gmeiner.info

Christian Gmeiner


>
Tom Rini Sept. 29, 2018, 3:44 p.m. UTC | #3
On Mon, Sep 10, 2018 at 12:43:16PM +0200, Christian Gmeiner wrote:

> This converts the following to Kconfig:
>    CONFIG_DISABLE_CONSOLE
> 
> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/common/Kconfig b/common/Kconfig
index 3030da4fc9..207cb3ae0b 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -259,6 +259,11 @@  config CONSOLE_RECORD_IN_SIZE
 	  The buffer is allocated immediately after the malloc() region is
 	  ready.
 
+config DISABLE_CONSOLE
+	bool "Add functionality to disable console completely"
+	help
+		Disable console (in & out).
+
 config IDENT_STRING
 	string "Board specific string to be added to uboot version string"
 	help
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index fc37099cbe..27fba1e963 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -366,7 +366,6 @@  CONFIG_DHCP_MIN_EXT_LEN
 CONFIG_DIALOG_POWER
 CONFIG_DIMM_SLOTS_PER_CTLR
 CONFIG_DIRECT_NOR_BOOT
-CONFIG_DISABLE_CONSOLE
 CONFIG_DISCONTIGMEM
 CONFIG_DISCOVER_PHY
 CONFIG_DISPLAY_AER_xxxx