projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d701884
)
ia64: select ARCH_MIGHT_HAVE_PC_PARPORT
author
Mark Salter
<msalter@redhat.com>
Tue, 8 Oct 2013 02:08:56 +0000
(22:08 -0400)
committer
Mark Salter
<msalter@redhat.com>
Wed, 23 Oct 2013 19:59:49 +0000
(15:59 -0400)
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
arch/ia64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/ia64/Kconfig
b/arch/ia64/Kconfig
index 7740ab10a17192cb0596d0ee442282d549b3ba33..b10d61bc0f2ad4e0d721b25b40b0a205619fc7b7 100644
(file)
--- 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)