Re: [PATCH v2 13/14] x86: select ARCH_MAY_HAVE_PC_PARPORT

2013-10-07 Thread Ingo Molnar
* Mark Salter wrote: > Architectures which support CONFIG_PARPORT_PC should select > ARCH_MAY_HAVE_PC_PARPORT. > > Signed-off-by: Mark Salter > CC: Thomas Gleixner > CC: Ingo Molnar > CC: "H. Peter Anvin" > CC: x...@kernel.org > --- > arch/x86/Kconfig | 1 + > 1 file changed, 1 insertion(+

[PATCH v2 13/14] x86: select ARCH_MAY_HAVE_PC_PARPORT

2013-10-07 Thread Mark Salter
Architectures which support CONFIG_PARPORT_PC should select ARCH_MAY_HAVE_PC_PARPORT. Signed-off-by: Mark Salter CC: Thomas Gleixner CC: Ingo Molnar CC: "H. Peter Anvin" CC: x...@kernel.org --- arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kc