diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 74 |
1 files changed, 58 insertions, 16 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 70dba1668907..efeed65b4a66 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -148,7 +148,6 @@ config ARCH_MAY_HAVE_PC_FDC | |||
148 | 148 | ||
149 | config ZONE_DMA | 149 | config ZONE_DMA |
150 | bool | 150 | bool |
151 | default y | ||
152 | 151 | ||
153 | config GENERIC_ISA_DMA | 152 | config GENERIC_ISA_DMA |
154 | bool | 153 | bool |
@@ -178,6 +177,11 @@ config OPROFILE_MPCORE | |||
178 | config OPROFILE_ARM11_CORE | 177 | config OPROFILE_ARM11_CORE |
179 | bool | 178 | bool |
180 | 179 | ||
180 | config OPROFILE_ARMV7 | ||
181 | def_bool y | ||
182 | depends on CPU_V7 && !SMP | ||
183 | bool | ||
184 | |||
181 | endif | 185 | endif |
182 | 186 | ||
183 | config VECTORS_BASE | 187 | config VECTORS_BASE |
@@ -245,6 +249,7 @@ config ARCH_CLPS7500 | |||
245 | select TIMER_ACORN | 249 | select TIMER_ACORN |
246 | select ISA | 250 | select ISA |
247 | select NO_IOPORT | 251 | select NO_IOPORT |
252 | select ARCH_SPARSEMEM_ENABLE | ||
248 | help | 253 | help |
249 | Support for the Cirrus Logic PS7500FE system-on-a-chip. | 254 | Support for the Cirrus Logic PS7500FE system-on-a-chip. |
250 | 255 | ||
@@ -306,6 +311,7 @@ config ARCH_IOP13XX | |||
306 | select PLAT_IOP | 311 | select PLAT_IOP |
307 | select PCI | 312 | select PCI |
308 | select ARCH_SUPPORTS_MSI | 313 | select ARCH_SUPPORTS_MSI |
314 | select VMSPLIT_1G | ||
309 | help | 315 | help |
310 | Support for Intel's IOP13XX (XScale) family of processors. | 316 | Support for Intel's IOP13XX (XScale) family of processors. |
311 | 317 | ||
@@ -350,6 +356,7 @@ config ARCH_IXP4XX | |||
350 | select GENERIC_GPIO | 356 | select GENERIC_GPIO |
351 | select GENERIC_TIME | 357 | select GENERIC_TIME |
352 | select GENERIC_CLOCKEVENTS | 358 | select GENERIC_CLOCKEVENTS |
359 | select ZONE_DMA if PCI | ||
353 | help | 360 | help |
354 | Support for Intel's IXP4XX (XScale) family of processors. | 361 | Support for Intel's IXP4XX (XScale) family of processors. |
355 | 362 | ||
@@ -434,7 +441,7 @@ config ARCH_ORION5X | |||
434 | help | 441 | help |
435 | Support for the following Marvell Orion 5x series SoCs: | 442 | Support for the following Marvell Orion 5x series SoCs: |
436 | Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), | 443 | Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), |
437 | Orion-2 (5281). | 444 | Orion-2 (5281), Orion-1-90 (6183). |
438 | 445 | ||
439 | config ARCH_PNX4008 | 446 | config ARCH_PNX4008 |
440 | bool "Philips Nexperia PNX4008 Mobile" | 447 | bool "Philips Nexperia PNX4008 Mobile" |
@@ -464,6 +471,7 @@ config ARCH_RPC | |||
464 | select HAVE_PATA_PLATFORM | 471 | select HAVE_PATA_PLATFORM |
465 | select ISA_DMA_API | 472 | select ISA_DMA_API |
466 | select NO_IOPORT | 473 | select NO_IOPORT |
474 | select ARCH_SPARSEMEM_ENABLE | ||
467 | help | 475 | help |
468 | On the Acorn Risc-PC, Linux can support the internal IDE disk and | 476 | On the Acorn Risc-PC, Linux can support the internal IDE disk and |
469 | CD-ROM interface, serial and parallel port, and the floppy drive. | 477 | CD-ROM interface, serial and parallel port, and the floppy drive. |
@@ -471,9 +479,7 @@ config ARCH_RPC | |||
471 | config ARCH_SA1100 | 479 | config ARCH_SA1100 |
472 | bool "SA1100-based" | 480 | bool "SA1100-based" |
473 | select ISA | 481 | select ISA |
474 | select ARCH_DISCONTIGMEM_ENABLE | ||
475 | select ARCH_SPARSEMEM_ENABLE | 482 | select ARCH_SPARSEMEM_ENABLE |
476 | select ARCH_SELECT_MEMORY_MODEL | ||
477 | select ARCH_MTD_XIP | 483 | select ARCH_MTD_XIP |
478 | select GENERIC_GPIO | 484 | select GENERIC_GPIO |
479 | select GENERIC_TIME | 485 | select GENERIC_TIME |
@@ -497,6 +503,7 @@ config ARCH_SHARK | |||
497 | bool "Shark" | 503 | bool "Shark" |
498 | select ISA | 504 | select ISA |
499 | select ISA_DMA | 505 | select ISA_DMA |
506 | select ZONE_DMA | ||
500 | select PCI | 507 | select PCI |
501 | help | 508 | help |
502 | Support for the StrongARM based Digital DNARD machine, also known | 509 | Support for the StrongARM based Digital DNARD machine, also known |
@@ -504,6 +511,8 @@ config ARCH_SHARK | |||
504 | 511 | ||
505 | config ARCH_LH7A40X | 512 | config ARCH_LH7A40X |
506 | bool "Sharp LH7A40X" | 513 | bool "Sharp LH7A40X" |
514 | select ARCH_DISCONTIGMEM_ENABLE if !LH7A40X_CONTIGMEM | ||
515 | select ARCH_SPARSEMEM_ENABLE if !LH7A40X_CONTIGMEM | ||
507 | help | 516 | help |
508 | Say Y here for systems based on one of the Sharp LH7A40X | 517 | Say Y here for systems based on one of the Sharp LH7A40X |
509 | System on a Chip processors. These CPUs include an ARM922T | 518 | System on a Chip processors. These CPUs include an ARM922T |
@@ -515,7 +524,9 @@ config ARCH_DAVINCI | |||
515 | select GENERIC_TIME | 524 | select GENERIC_TIME |
516 | select GENERIC_CLOCKEVENTS | 525 | select GENERIC_CLOCKEVENTS |
517 | select GENERIC_GPIO | 526 | select GENERIC_GPIO |
527 | select ARCH_REQUIRE_GPIOLIB | ||
518 | select HAVE_CLK | 528 | select HAVE_CLK |
529 | select ZONE_DMA | ||
519 | help | 530 | help |
520 | Support for TI's DaVinci platform. | 531 | Support for TI's DaVinci platform. |
521 | 532 | ||
@@ -734,6 +745,29 @@ config SMP | |||
734 | 745 | ||
735 | If you don't know what to do here, say N. | 746 | If you don't know what to do here, say N. |
736 | 747 | ||
748 | choice | ||
749 | prompt "Memory split" | ||
750 | default VMSPLIT_3G | ||
751 | help | ||
752 | Select the desired split between kernel and user memory. | ||
753 | |||
754 | If you are not absolutely sure what you are doing, leave this | ||
755 | option alone! | ||
756 | |||
757 | config VMSPLIT_3G | ||
758 | bool "3G/1G user/kernel split" | ||
759 | config VMSPLIT_2G | ||
760 | bool "2G/2G user/kernel split" | ||
761 | config VMSPLIT_1G | ||
762 | bool "1G/3G user/kernel split" | ||
763 | endchoice | ||
764 | |||
765 | config PAGE_OFFSET | ||
766 | hex | ||
767 | default 0x40000000 if VMSPLIT_1G | ||
768 | default 0x80000000 if VMSPLIT_2G | ||
769 | default 0xC0000000 | ||
770 | |||
737 | config NR_CPUS | 771 | config NR_CPUS |
738 | int "Maximum number of CPUs (2-32)" | 772 | int "Maximum number of CPUs (2-32)" |
739 | range 2 32 | 773 | range 2 32 |
@@ -815,20 +849,18 @@ config ARCH_FLATMEM_HAS_HOLES | |||
815 | default y | 849 | default y |
816 | depends on FLATMEM | 850 | depends on FLATMEM |
817 | 851 | ||
852 | # Discontigmem is deprecated | ||
818 | config ARCH_DISCONTIGMEM_ENABLE | 853 | config ARCH_DISCONTIGMEM_ENABLE |
819 | bool | 854 | bool |
820 | default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM) | ||
821 | help | ||
822 | Say Y to support efficient handling of discontiguous physical memory, | ||
823 | for architectures which are either NUMA (Non-Uniform Memory Access) | ||
824 | or have huge holes in the physical address space for other reasons. | ||
825 | See <file:Documentation/vm/numa> for more. | ||
826 | 855 | ||
827 | config ARCH_SPARSEMEM_ENABLE | 856 | config ARCH_SPARSEMEM_ENABLE |
828 | bool | 857 | bool |
829 | 858 | ||
859 | config ARCH_SPARSEMEM_DEFAULT | ||
860 | def_bool ARCH_SPARSEMEM_ENABLE | ||
861 | |||
830 | config ARCH_SELECT_MEMORY_MODEL | 862 | config ARCH_SELECT_MEMORY_MODEL |
831 | bool | 863 | def_bool ARCH_DISCONTIGMEM_ENABLE && ARCH_SPARSEMEM_ENABLE |
832 | 864 | ||
833 | config NODES_SHIFT | 865 | config NODES_SHIFT |
834 | int | 866 | int |
@@ -845,7 +877,7 @@ config LEDS | |||
845 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | 877 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ |
846 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 878 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
847 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | 879 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
848 | ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \ | 880 | ARCH_AT91 || ARCH_DAVINCI || \ |
849 | ARCH_KS8695 || MACH_RD88F5182 | 881 | ARCH_KS8695 || MACH_RD88F5182 |
850 | help | 882 | help |
851 | If you say Y here, the LEDs on your machine will be used | 883 | If you say Y here, the LEDs on your machine will be used |
@@ -1005,9 +1037,9 @@ config ATAGS_PROC | |||
1005 | 1037 | ||
1006 | endmenu | 1038 | endmenu |
1007 | 1039 | ||
1008 | if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA) | 1040 | menu "CPU Power Management" |
1009 | 1041 | ||
1010 | menu "CPU Frequency scaling" | 1042 | if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA) |
1011 | 1043 | ||
1012 | source "drivers/cpufreq/Kconfig" | 1044 | source "drivers/cpufreq/Kconfig" |
1013 | 1045 | ||
@@ -1047,10 +1079,12 @@ config CPU_FREQ_PXA | |||
1047 | default y | 1079 | default y |
1048 | select CPU_FREQ_DEFAULT_GOV_USERSPACE | 1080 | select CPU_FREQ_DEFAULT_GOV_USERSPACE |
1049 | 1081 | ||
1050 | endmenu | ||
1051 | |||
1052 | endif | 1082 | endif |
1053 | 1083 | ||
1084 | source "drivers/cpuidle/Kconfig" | ||
1085 | |||
1086 | endmenu | ||
1087 | |||
1054 | menu "Floating point emulation" | 1088 | menu "Floating point emulation" |
1055 | 1089 | ||
1056 | comment "At least one emulation must be selected" | 1090 | comment "At least one emulation must be selected" |
@@ -1202,6 +1236,8 @@ source "drivers/power/Kconfig" | |||
1202 | 1236 | ||
1203 | source "drivers/hwmon/Kconfig" | 1237 | source "drivers/hwmon/Kconfig" |
1204 | 1238 | ||
1239 | source "drivers/thermal/Kconfig" | ||
1240 | |||
1205 | source "drivers/watchdog/Kconfig" | 1241 | source "drivers/watchdog/Kconfig" |
1206 | 1242 | ||
1207 | source "drivers/ssb/Kconfig" | 1243 | source "drivers/ssb/Kconfig" |
@@ -1222,6 +1258,10 @@ source "drivers/usb/Kconfig" | |||
1222 | 1258 | ||
1223 | source "drivers/mmc/Kconfig" | 1259 | source "drivers/mmc/Kconfig" |
1224 | 1260 | ||
1261 | source "drivers/memstick/Kconfig" | ||
1262 | |||
1263 | source "drivers/accessibility/Kconfig" | ||
1264 | |||
1225 | source "drivers/leds/Kconfig" | 1265 | source "drivers/leds/Kconfig" |
1226 | 1266 | ||
1227 | source "drivers/rtc/Kconfig" | 1267 | source "drivers/rtc/Kconfig" |
@@ -1230,6 +1270,8 @@ source "drivers/dma/Kconfig" | |||
1230 | 1270 | ||
1231 | source "drivers/dca/Kconfig" | 1271 | source "drivers/dca/Kconfig" |
1232 | 1272 | ||
1273 | source "drivers/auxdisplay/Kconfig" | ||
1274 | |||
1233 | source "drivers/regulator/Kconfig" | 1275 | source "drivers/regulator/Kconfig" |
1234 | 1276 | ||
1235 | source "drivers/uio/Kconfig" | 1277 | source "drivers/uio/Kconfig" |