aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/ia64/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 9f481ba59a4b..6bd91ed7cd03 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -586,7 +586,7 @@ source "fs/Kconfig.binfmt"
586 586
587endmenu 587endmenu
588 588
589menu "Power management and ACPI" 589menu "Power management and ACPI options"
590 590
591source "kernel/power/Kconfig" 591source "kernel/power/Kconfig"
592 592
@@ -642,6 +642,8 @@ source "net/Kconfig"
642 642
643source "drivers/Kconfig" 643source "drivers/Kconfig"
644 644
645source "arch/ia64/hp/sim/Kconfig"
646
645config MSPEC 647config MSPEC
646 tristate "Memory special operations driver" 648 tristate "Memory special operations driver"
647 depends on IA64 649 depends on IA64
@@ -653,6 +655,12 @@ config MSPEC
653 655
654source "fs/Kconfig" 656source "fs/Kconfig"
655 657
658source "arch/ia64/Kconfig.debug"
659
660source "security/Kconfig"
661
662source "crypto/Kconfig"
663
656source "arch/ia64/kvm/Kconfig" 664source "arch/ia64/kvm/Kconfig"
657 665
658source "lib/Kconfig" 666source "lib/Kconfig"
@@ -679,11 +687,3 @@ config IRQ_PER_CPU
679 687
680config IOMMU_HELPER 688config IOMMU_HELPER
681 def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB) 689 def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB)
682
683source "arch/ia64/hp/sim/Kconfig"
684
685source "arch/ia64/Kconfig.debug"
686
687source "security/Kconfig"
688
689source "crypto/Kconfig"