Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) | Kconfig (2eac9c2dfb2b9660d592abbf3d172ebcb0af3719) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config PGTABLE_LEVELS 3 int "Page Table Levels" if !IA64_PAGE_SIZE_64KB 4 range 3 4 if !IA64_PAGE_SIZE_64KB 5 default 3 6 7menu "Processor type and features" 8 9config IA64 10 bool 11 select ARCH_MIGHT_HAVE_PC_PARPORT 12 select ARCH_MIGHT_HAVE_PC_SERIO 13 select ACPI if (!IA64_HP_SIM) 14 select ARCH_SUPPORTS_ACPI if (!IA64_HP_SIM) 15 select ACPI_SYSTEM_POWER_STATES_SUPPORT if ACPI 16 select ARCH_MIGHT_HAVE_ACPI_PDC if ACPI 17 select FORCE_PCI if (!IA64_HP_SIM) | 1# SPDX-License-Identifier: GPL-2.0 2config PGTABLE_LEVELS 3 int "Page Table Levels" if !IA64_PAGE_SIZE_64KB 4 range 3 4 if !IA64_PAGE_SIZE_64KB 5 default 3 6 7menu "Processor type and features" 8 9config IA64 10 bool 11 select ARCH_MIGHT_HAVE_PC_PARPORT 12 select ARCH_MIGHT_HAVE_PC_SERIO 13 select ACPI if (!IA64_HP_SIM) 14 select ARCH_SUPPORTS_ACPI if (!IA64_HP_SIM) 15 select ACPI_SYSTEM_POWER_STATES_SUPPORT if ACPI 16 select ARCH_MIGHT_HAVE_ACPI_PDC if ACPI 17 select FORCE_PCI if (!IA64_HP_SIM) |
18 select PCI_DOMAINS if PCI |
|
18 select HAVE_UNSTABLE_SCHED_CLOCK 19 select HAVE_EXIT_THREAD 20 select HAVE_IDE 21 select HAVE_OPROFILE 22 select HAVE_KPROBES 23 select HAVE_KRETPROBES 24 select HAVE_FTRACE_MCOUNT_RECORD 25 select HAVE_DYNAMIC_FTRACE if (!ITANIUM) --- 513 unchanged lines hidden (view full) --- 539endif 540 541endmenu 542 543if !IA64_HP_SIM 544 545menu "Bus options (PCI, PCMCIA)" 546 | 19 select HAVE_UNSTABLE_SCHED_CLOCK 20 select HAVE_EXIT_THREAD 21 select HAVE_IDE 22 select HAVE_OPROFILE 23 select HAVE_KPROBES 24 select HAVE_KRETPROBES 25 select HAVE_FTRACE_MCOUNT_RECORD 26 select HAVE_DYNAMIC_FTRACE if (!ITANIUM) --- 513 unchanged lines hidden (view full) --- 540endif 541 542endmenu 543 544if !IA64_HP_SIM 545 546menu "Bus options (PCI, PCMCIA)" 547 |
547config PCI_DOMAINS 548 def_bool PCI 549 | |
550config PCI_SYSCALL 551 def_bool PCI 552 553source "drivers/pcmcia/Kconfig" 554 555endmenu 556 557endif 558 559source "arch/ia64/hp/sim/Kconfig" 560 561config MSPEC 562 tristate "Memory special operations driver" 563 depends on IA64 564 select IA64_UNCACHED_ALLOCATOR 565 help 566 If you have an ia64 and you want to enable memory special 567 operations support (formerly known as fetchop), say Y here, 568 otherwise say N. | 548config PCI_SYSCALL 549 def_bool PCI 550 551source "drivers/pcmcia/Kconfig" 552 553endmenu 554 555endif 556 557source "arch/ia64/hp/sim/Kconfig" 558 559config MSPEC 560 tristate "Memory special operations driver" 561 depends on IA64 562 select IA64_UNCACHED_ALLOCATOR 563 help 564 If you have an ia64 and you want to enable memory special 565 operations support (formerly known as fetchop), say Y here, 566 otherwise say N. |