aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7a725f89b843..3535cae73d24 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -352,6 +352,16 @@ config ARCH_L7200
352 If you have any questions or comments about the Linux kernel port 352 If you have any questions or comments about the Linux kernel port
353 to this board, send e-mail to <sjhill@cotw.com>. 353 to this board, send e-mail to <sjhill@cotw.com>.
354 354
355config ARCH_KIRKWOOD
356 bool "Marvell Kirkwood"
357 select PCI
358 select GENERIC_TIME
359 select GENERIC_CLOCKEVENTS
360 select PLAT_ORION
361 help
362 Support for the following Marvell Kirkwood series SoCs:
363 88F6180, 88F6192 and 88F6281.
364
355config ARCH_KS8695 365config ARCH_KS8695
356 bool "Micrel/Kendin KS8695" 366 bool "Micrel/Kendin KS8695"
357 select GENERIC_GPIO 367 select GENERIC_GPIO
@@ -530,6 +540,8 @@ source "arch/arm/mach-omap2/Kconfig"
530 540
531source "arch/arm/mach-orion5x/Kconfig" 541source "arch/arm/mach-orion5x/Kconfig"
532 542
543source "arch/arm/mach-kirkwood/Kconfig"
544
533source "arch/arm/plat-s3c24xx/Kconfig" 545source "arch/arm/plat-s3c24xx/Kconfig"
534source "arch/arm/plat-s3c/Kconfig" 546source "arch/arm/plat-s3c/Kconfig"
535 547