diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-24 18:47:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-24 18:47:45 -0400 |
commit | fbf2b1f9cfdb4e4b5d042839142ed19ff5d46679 (patch) | |
tree | 3a17c02aa0cf9bdbed9aa479739974aa2416ecac /arch/arm/Kconfig | |
parent | 9a38e989b8ce04923f919fc2a8a24eb07fb484e2 (diff) | |
parent | 053a96ca11a9785a7e63fc89eed4514a6446ec58 (diff) |
Merge branch 'highmem' into devel
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cb4486ad0f72..e62b37a15a1d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -939,6 +939,23 @@ config NODES_SHIFT | |||
939 | default "2" | 939 | default "2" |
940 | depends on NEED_MULTIPLE_NODES | 940 | depends on NEED_MULTIPLE_NODES |
941 | 941 | ||
942 | config HIGHMEM | ||
943 | bool "High Memory Support (EXPERIMENTAL)" | ||
944 | depends on MMU && EXPERIMENTAL | ||
945 | help | ||
946 | The address space of ARM processors is only 4 Gigabytes large | ||
947 | and it has to accommodate user address space, kernel address | ||
948 | space as well as some memory mapped IO. That means that, if you | ||
949 | have a large amount of physical memory and/or IO, not all of the | ||
950 | memory can be "permanently mapped" by the kernel. The physical | ||
951 | memory that is not permanently mapped is called "high memory". | ||
952 | |||
953 | Depending on the selected kernel/user memory split, minimum | ||
954 | vmalloc space and actual amount of RAM, you may not need this | ||
955 | option which should result in a slightly faster kernel. | ||
956 | |||
957 | If unsure, say n. | ||
958 | |||
942 | source "mm/Kconfig" | 959 | source "mm/Kconfig" |
943 | 960 | ||
944 | config LEDS | 961 | config LEDS |