aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-11-15 15:46:57 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-15 15:46:57 -0500
commit47227d50c4ba7d2308b30c19b14e6edf133d5aa8 (patch)
tree531356e3b004da443c01dac74420f4f28b91679f /arch
parent7ae8c5ec122e4e909193dbbdb2ad2de349e307c9 (diff)
parent72724382d3c9caab1d85e54080d338b854f10dd3 (diff)
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig18
-rw-r--r--arch/arm/common/sa1111.c2
2 files changed, 3 insertions, 17 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 70b007e66926..4b15f5f1e254 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -652,25 +652,11 @@ endmenu
652 652
653menu "Power management options" 653menu "Power management options"
654 654
655config PM 655source "kernel/power/Kconfig"
656 bool "Power Management support"
657 ---help---
658 "Power Management" means that parts of your computer are shut
659 off or put into a power conserving "sleep" mode if they are not
660 being used. There are two competing standards for doing this: APM
661 and ACPI. If you want to use either one, say Y here and then also
662 to the requisite support below.
663
664 Power Management is most important for battery powered laptop
665 computers; if you have a laptop, check out the Linux Laptop home
666 page on the WWW at <http://www.linux-on-laptops.com/> or
667 Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>
668 and the Battery Powered Linux mini-HOWTO, available from
669 <http://www.tldp.org/docs.html#howto>.
670 656
671config APM 657config APM
672 tristate "Advanced Power Management Emulation" 658 tristate "Advanced Power Management Emulation"
673 depends on PM 659 depends on PM_LEGACY
674 ---help--- 660 ---help---
675 APM is a BIOS specification for saving power using several different 661 APM is a BIOS specification for saving power using several different
676 techniques. This is mostly useful for battery powered laptops with 662 techniques. This is mostly useful for battery powered laptops with
diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c
index 7b07acb03f3b..39a6eea300a2 100644
--- a/arch/arm/common/sa1111.c
+++ b/arch/arm/common/sa1111.c
@@ -1266,7 +1266,7 @@ static void __exit sa1111_exit(void)
1266 bus_unregister(&sa1111_bus_type); 1266 bus_unregister(&sa1111_bus_type);
1267} 1267}
1268 1268
1269module_init(sa1111_init); 1269subsys_initcall(sa1111_init);
1270module_exit(sa1111_exit); 1270module_exit(sa1111_exit);
1271 1271
1272MODULE_DESCRIPTION("Intel Corporation SA1111 core driver"); 1272MODULE_DESCRIPTION("Intel Corporation SA1111 core driver");