From: Mark Salter Date: Tue, 8 Oct 2013 02:08:56 +0000 (-0400) Subject: ia64: select ARCH_MIGHT_HAVE_PC_PARPORT X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=468bcf08fbbc6296b96f478b1422d0622c0fdc0d;p=deliverable%2Flinux.git ia64: select ARCH_MIGHT_HAVE_PC_PARPORT Architectures which support CONFIG_PARPORT_PC should select ARCH_MIGHT_HAVE_PC_PARPORT. Signed-off-by: Mark Salter CC: Tony Luck CC: Fenghua Yu CC: linux-ia64@vger.kernel.org --- diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 7740ab10a171..b10d61bc0f2a 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -6,6 +6,7 @@ menu "Processor type and features" config IA64 bool + select ARCH_MIGHT_HAVE_PC_PARPORT select PCI if (!IA64_HP_SIM) select ACPI if (!IA64_HP_SIM) select PM if (!IA64_HP_SIM)