[PATCH] make PBL_CONSOLE depend on PBL_IMAGE

Sascha Hauer s.hauer at pengutronix.de
Mon Apr 13 01:17:57 PDT 2015


On Sat, Apr 04, 2015 at 05:03:17PM +0300, Antony Pavlov wrote:
> PBL_CONSOLE option is used only for building PBL. See this output:
> 
>     barebox$ git grep PBL_CONSOLE
>     arch/arm/configs/tx28stk5_defconfig:CONFIG_PBL_CONSOLE=y
>     common/Kconfig:config PBL_CONSOLE
>     common/Makefile:pbl-$(CONFIG_PBL_CONSOLE)       += memory_display.o
>     include/printk.h:       (defined(__PBL__) && defined(CONFIG_PBL_CONSOLE))
>     include/stdio.h:        (defined(__PBL__) && defined(CONFIG_PBL_CONSOLE))
>     lib/Makefile:pbl-$(CONFIG_PBL_CONSOLE) += vsprintf.o
>     pbl/Makefile:pbl-$(CONFIG_PBL_CONSOLE) += console.o
> 
> PBL_CONSOLE looks confusing in PBL-less configuration
> so it's better to enable it only if PBL is enabled.
> 
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> ---
>  common/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list