diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 38 |
1 files changed, 13 insertions, 25 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6783c2e5512d..5c795193ebba 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -9,6 +9,7 @@ config ARM | |||
9 | bool | 9 | bool |
10 | default y | 10 | default y |
11 | select RTC_LIB | 11 | select RTC_LIB |
12 | select SYS_SUPPORTS_APM_EMULATION | ||
12 | help | 13 | help |
13 | The ARM series is a line of low-power-consumption RISC chip designs | 14 | The ARM series is a line of low-power-consumption RISC chip designs |
14 | licensed by ARM Ltd and targeted at embedded applications and | 15 | licensed by ARM Ltd and targeted at embedded applications and |
@@ -17,6 +18,9 @@ config ARM | |||
17 | Europe. There is an ARM Linux project with a web page at | 18 | Europe. There is an ARM Linux project with a web page at |
18 | <http://www.arm.linux.org.uk/>. | 19 | <http://www.arm.linux.org.uk/>. |
19 | 20 | ||
21 | config SYS_SUPPORTS_APM_EMULATION | ||
22 | bool | ||
23 | |||
20 | config GENERIC_TIME | 24 | config GENERIC_TIME |
21 | bool | 25 | bool |
22 | default n | 26 | default n |
@@ -25,6 +29,10 @@ config MMU | |||
25 | bool | 29 | bool |
26 | default y | 30 | default y |
27 | 31 | ||
32 | config NO_IOPORT | ||
33 | bool | ||
34 | default n | ||
35 | |||
28 | config EISA | 36 | config EISA |
29 | bool | 37 | bool |
30 | ---help--- | 38 | ---help--- |
@@ -96,6 +104,10 @@ config GENERIC_BUST_SPINLOCK | |||
96 | config ARCH_MAY_HAVE_PC_FDC | 104 | config ARCH_MAY_HAVE_PC_FDC |
97 | bool | 105 | bool |
98 | 106 | ||
107 | config ZONE_DMA | ||
108 | bool | ||
109 | default y | ||
110 | |||
99 | config GENERIC_ISA_DMA | 111 | config GENERIC_ISA_DMA |
100 | bool | 112 | bool |
101 | 113 | ||
@@ -290,6 +302,7 @@ config ARCH_RPC | |||
290 | select TIMER_ACORN | 302 | select TIMER_ACORN |
291 | select ARCH_MAY_HAVE_PC_FDC | 303 | select ARCH_MAY_HAVE_PC_FDC |
292 | select ISA_DMA_API | 304 | select ISA_DMA_API |
305 | select NO_IOPORT | ||
293 | help | 306 | help |
294 | On the Acorn Risc-PC, Linux can support the internal IDE disk and | 307 | On the Acorn Risc-PC, Linux can support the internal IDE disk and |
295 | CD-ROM interface, serial and parallel port, and the floppy drive. | 308 | CD-ROM interface, serial and parallel port, and the floppy drive. |
@@ -856,31 +869,6 @@ menu "Power management options" | |||
856 | 869 | ||
857 | source "kernel/power/Kconfig" | 870 | source "kernel/power/Kconfig" |
858 | 871 | ||
859 | config APM | ||
860 | tristate "Advanced Power Management Emulation" | ||
861 | ---help--- | ||
862 | APM is a BIOS specification for saving power using several different | ||
863 | techniques. This is mostly useful for battery powered laptops with | ||
864 | APM compliant BIOSes. If you say Y here, the system time will be | ||
865 | reset after a RESUME operation, the /proc/apm device will provide | ||
866 | battery status information, and user-space programs will receive | ||
867 | notification of APM "events" (e.g. battery status change). | ||
868 | |||
869 | In order to use APM, you will need supporting software. For location | ||
870 | and more information, read <file:Documentation/pm.txt> and the | ||
871 | Battery Powered Linux mini-HOWTO, available from | ||
872 | <http://www.tldp.org/docs.html#howto>. | ||
873 | |||
874 | This driver does not spin down disk drives (see the hdparm(8) | ||
875 | manpage ("man 8 hdparm") for that), and it doesn't turn off | ||
876 | VESA-compliant "green" monitors. | ||
877 | |||
878 | Generally, if you don't have a battery in your machine, there isn't | ||
879 | much point in using this driver and you should say N. If you get | ||
880 | random kernel OOPSes or reboots that don't seem to be related to | ||
881 | anything, try disabling/enabling this option (or disabling/enabling | ||
882 | APM in your BIOS). | ||
883 | |||
884 | endmenu | 872 | endmenu |
885 | 873 | ||
886 | source "net/Kconfig" | 874 | source "net/Kconfig" |