Re: [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h

2017-01-28 Thread Tom Rini
On Fri, Jan 27, 2017 at 11:00:40AM +0100, Patrick Delaunay wrote: > From: Patrick Delaunay > > Allow to use define CONFIG_IS_ENABLED > in include/config_fallbacks.h > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.as

Re: [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h

2017-01-27 Thread Masahiro Yamada
2017-01-28 9:29 GMT+09:00 Tom Rini : > On Sat, Jan 28, 2017 at 05:36:33AM +0900, Masahiro Yamada wrote: >> 2017-01-27 19:00 GMT+09:00 Patrick Delaunay : >> > From: Patrick Delaunay >> > >> > Allow to use define CONFIG_IS_ENABLED >> > in include/config_fallbacks.h >> > >> > Signed-off-by: Patrick D

Re: [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h

2017-01-27 Thread Tom Rini
On Sat, Jan 28, 2017 at 05:36:33AM +0900, Masahiro Yamada wrote: > 2017-01-27 19:00 GMT+09:00 Patrick Delaunay : > > From: Patrick Delaunay > > > > Allow to use define CONFIG_IS_ENABLED > > in include/config_fallbacks.h > > > > Signed-off-by: Patrick Delaunay > > Signed-off-by: Patrick Delaunay

Re: [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h

2017-01-27 Thread Masahiro Yamada
2017-01-27 19:00 GMT+09:00 Patrick Delaunay : > From: Patrick Delaunay > > Allow to use define CONFIG_IS_ENABLED > in include/config_fallbacks.h > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrick Delaunay This patch is unneeded. include/linux/kconfig.h is forcibly included from all s

[U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h

2017-01-27 Thread Patrick Delaunay
From: Patrick Delaunay Allow to use define CONFIG_IS_ENABLED in include/config_fallbacks.h Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None scripts/Makefile.autoconf | 1 + 1 file changed, 1 i