diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-16 06:08:33 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-16 06:08:33 -0400 |
commit | e910b63d009701ad4ebbeb089aba35707fa5d68e (patch) | |
tree | f7fdd3c2b1d9165d69a778c434e664f8789f4401 /arch/arm/Kconfig | |
parent | 2f7989efd4398d92b8adffce2e07dd043a0895fe (diff) | |
parent | c9c6fe5033191d82e1d819105485c795062107fd (diff) |
Merge branch 'l7200' into devel
Conflicts:
arch/arm/configs/lusl7200_defconfig
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 98922f7d2d12..78589a1b0d03 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -439,21 +439,6 @@ config ARCH_IXP4XX | |||
439 | help | 439 | help |
440 | Support for Intel's IXP4XX (XScale) family of processors. | 440 | Support for Intel's IXP4XX (XScale) family of processors. |
441 | 441 | ||
442 | config ARCH_L7200 | ||
443 | bool "LinkUp-L7200" | ||
444 | select CPU_ARM720T | ||
445 | select FIQ | ||
446 | select ARCH_USES_GETTIMEOFFSET | ||
447 | help | ||
448 | Say Y here if you intend to run this kernel on a LinkUp Systems | ||
449 | L7200 Software Development Board which uses an ARM720T processor. | ||
450 | Information on this board can be obtained at: | ||
451 | |||
452 | <http://www.linkupsys.com/> | ||
453 | |||
454 | If you have any questions or comments about the Linux kernel port | ||
455 | to this board, send e-mail to <sjhill@cotw.com>. | ||
456 | |||
457 | config ARCH_DOVE | 442 | config ARCH_DOVE |
458 | bool "Marvell Dove" | 443 | bool "Marvell Dove" |
459 | select PCI | 444 | select PCI |
@@ -1185,7 +1170,6 @@ source kernel/Kconfig.preempt | |||
1185 | 1170 | ||
1186 | config HZ | 1171 | config HZ |
1187 | int | 1172 | int |
1188 | default 128 if ARCH_L7200 | ||
1189 | default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P6440 || ARCH_S5P6442 || ARCH_S5PV210 | 1173 | default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P6440 || ARCH_S5P6442 || ARCH_S5PV210 |
1190 | default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER | 1174 | default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER |
1191 | default AT91_TIMER_HZ if ARCH_AT91 | 1175 | default AT91_TIMER_HZ if ARCH_AT91 |