diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index adb05de40e24..aa1d400d721a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -74,6 +74,14 @@ config RWSEM_GENERIC_SPINLOCK | |||
74 | config RWSEM_XCHGADD_ALGORITHM | 74 | config RWSEM_XCHGADD_ALGORITHM |
75 | bool | 75 | bool |
76 | 76 | ||
77 | config ARCH_HAS_ILOG2_U32 | ||
78 | bool | ||
79 | default n | ||
80 | |||
81 | config ARCH_HAS_ILOG2_U64 | ||
82 | bool | ||
83 | default n | ||
84 | |||
77 | config GENERIC_HWEIGHT | 85 | config GENERIC_HWEIGHT |
78 | bool | 86 | bool |
79 | default y | 87 | default y |
@@ -223,6 +231,12 @@ config ARCH_IOP33X | |||
223 | help | 231 | help |
224 | Support for Intel's IOP33X (XScale) family of processors. | 232 | Support for Intel's IOP33X (XScale) family of processors. |
225 | 233 | ||
234 | config ARCH_IOP13XX | ||
235 | bool "IOP13xx-based" | ||
236 | select PCI | ||
237 | help | ||
238 | Support for Intel's IOP13XX (XScale) family of processors. | ||
239 | |||
226 | config ARCH_IXP4XX | 240 | config ARCH_IXP4XX |
227 | bool "IXP4xx-based" | 241 | bool "IXP4xx-based" |
228 | depends on MMU | 242 | depends on MMU |
@@ -331,6 +345,8 @@ source "arch/arm/mach-iop32x/Kconfig" | |||
331 | 345 | ||
332 | source "arch/arm/mach-iop33x/Kconfig" | 346 | source "arch/arm/mach-iop33x/Kconfig" |
333 | 347 | ||
348 | source "arch/arm/mach-iop13xx/Kconfig" | ||
349 | |||
334 | source "arch/arm/mach-ixp4xx/Kconfig" | 350 | source "arch/arm/mach-ixp4xx/Kconfig" |
335 | 351 | ||
336 | source "arch/arm/mach-ixp2000/Kconfig" | 352 | source "arch/arm/mach-ixp2000/Kconfig" |
@@ -374,6 +390,14 @@ config PLAT_IOP | |||
374 | 390 | ||
375 | source arch/arm/mm/Kconfig | 391 | source arch/arm/mm/Kconfig |
376 | 392 | ||
393 | config IWMMXT | ||
394 | bool "Enable iWMMXt support" | ||
395 | depends CPU_XSCALE || CPU_XSC3 | ||
396 | default y if PXA27x | ||
397 | help | ||
398 | Enable support for iWMMXt context switching at run time if | ||
399 | running on a CPU that supports it. | ||
400 | |||
377 | # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER | 401 | # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER |
378 | config XSCALE_PMU | 402 | config XSCALE_PMU |
379 | bool | 403 | bool |
@@ -583,7 +607,7 @@ config LEDS | |||
583 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | 607 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ |
584 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 608 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
585 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | 609 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
586 | ARCH_AT91RM9200 || MACH_TRIZEPS4 | 610 | ARCH_AT91 || MACH_TRIZEPS4 |
587 | help | 611 | help |
588 | If you say Y here, the LEDs on your machine will be used | 612 | If you say Y here, the LEDs on your machine will be used |
589 | to provide useful information about your current system status. | 613 | to provide useful information about your current system status. |
@@ -879,6 +903,8 @@ endif | |||
879 | 903 | ||
880 | source "drivers/scsi/Kconfig" | 904 | source "drivers/scsi/Kconfig" |
881 | 905 | ||
906 | source "drivers/ata/Kconfig" | ||
907 | |||
882 | source "drivers/md/Kconfig" | 908 | source "drivers/md/Kconfig" |
883 | 909 | ||
884 | source "drivers/message/fusion/Kconfig" | 910 | source "drivers/message/fusion/Kconfig" |