diff options
Diffstat (limited to 'arch/arm/Kconfig')
| -rw-r--r-- | arch/arm/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b259c7c644e3..3a07864905d2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -258,6 +258,7 @@ config ARCH_INTEGRATOR | |||
| 258 | select ARCH_HAS_CPUFREQ | 258 | select ARCH_HAS_CPUFREQ |
| 259 | select CLKDEV_LOOKUP | 259 | select CLKDEV_LOOKUP |
| 260 | select HAVE_MACH_CLKDEV | 260 | select HAVE_MACH_CLKDEV |
| 261 | select HAVE_TCM | ||
| 261 | select ICST | 262 | select ICST |
| 262 | select GENERIC_CLOCKEVENTS | 263 | select GENERIC_CLOCKEVENTS |
| 263 | select PLAT_VERSATILE | 264 | select PLAT_VERSATILE |
| @@ -1126,6 +1127,11 @@ config ARM_TIMER_SP804 | |||
| 1126 | 1127 | ||
| 1127 | source arch/arm/mm/Kconfig | 1128 | source arch/arm/mm/Kconfig |
| 1128 | 1129 | ||
| 1130 | config ARM_NR_BANKS | ||
| 1131 | int | ||
| 1132 | default 16 if ARCH_EP93XX | ||
| 1133 | default 8 | ||
| 1134 | |||
| 1129 | config IWMMXT | 1135 | config IWMMXT |
| 1130 | bool "Enable iWMMXt support" | 1136 | bool "Enable iWMMXt support" |
| 1131 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4 | 1137 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4 |
| @@ -1560,6 +1566,16 @@ config LOCAL_TIMERS | |||
| 1560 | accounting to be spread across the timer interval, preventing a | 1566 | accounting to be spread across the timer interval, preventing a |
| 1561 | "thundering herd" at every timer tick. | 1567 | "thundering herd" at every timer tick. |
| 1562 | 1568 | ||
| 1569 | config ARCH_NR_GPIO | ||
| 1570 | int | ||
| 1571 | default 1024 if ARCH_SHMOBILE || ARCH_TEGRA | ||
| 1572 | default 350 if ARCH_U8500 | ||
| 1573 | default 0 | ||
| 1574 | help | ||
| 1575 | Maximum number of GPIOs in the system. | ||
| 1576 | |||
| 1577 | If unsure, leave the default value. | ||
| 1578 | |||
| 1563 | source kernel/Kconfig.preempt | 1579 | source kernel/Kconfig.preempt |
| 1564 | 1580 | ||
| 1565 | config HZ | 1581 | config HZ |
