Re: [PATCH] x86/Kconfig: compile 32bit drivers for COMPILE_TEST

2017-08-29 Thread Ingo Molnar
* Hannes Reinecke wrote: > When COMPILE_TEST is set we should be compiling 32-bit only > drivers and features (like ISA support etc), too. > After all, it's a compile test. > > Signed-off-by: Hannes Reinecke > --- > arch/x86/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[PATCH] x86/Kconfig: compile 32bit drivers for COMPILE_TEST

2017-08-28 Thread Hannes Reinecke
When COMPILE_TEST is set we should be compiling 32-bit only drivers and features (like ISA support etc), too. After all, it's a compile test. Signed-off-by: Hannes Reinecke --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfi