diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:08:56 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 15:59:49 -0400 |
commit | 468bcf08fbbc6296b96f478b1422d0622c0fdc0d (patch) | |
tree | a7f9eae1df18ec6f09848a2cefa94308423ec743 /arch/ia64 | |
parent | d7018848940211eb5876282f8efe08fe456e89b2 (diff) |
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 <msalter@redhat.com>
CC: Tony Luck <tony.luck@intel.com>
CC: Fenghua Yu <fenghua.yu@intel.com>
CC: linux-ia64@vger.kernel.org
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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) |