diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
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 | ||
355 | config 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 | |||
355 | config ARCH_KS8695 | 365 | config 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 | ||
531 | source "arch/arm/mach-orion5x/Kconfig" | 541 | source "arch/arm/mach-orion5x/Kconfig" |
532 | 542 | ||
543 | source "arch/arm/mach-kirkwood/Kconfig" | ||
544 | |||
533 | source "arch/arm/plat-s3c24xx/Kconfig" | 545 | source "arch/arm/plat-s3c24xx/Kconfig" |
534 | source "arch/arm/plat-s3c/Kconfig" | 546 | source "arch/arm/plat-s3c/Kconfig" |
535 | 547 | ||