aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2008-11-06 11:53:54 -0500
committerTony Luck <tony.luck@intel.com>2008-11-06 12:24:43 -0500
commit1547a01226bcc3fd575fd5383b8b55476a02b518 (patch)
tree93df846fdc5cf5d0265e9d915b6e6cdfb47eccde /arch/ia64/Kconfig
parentf2b3fdc8873629d154a1ef052141ebaf3e5a231d (diff)
[IA64] reorder Kconfig options to match x86
No functional change, just reorder some config options and update the "Power management and ACPI" label to match the defacto x86 standard. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-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"