diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d7c0984d4a86..34d1462e4341 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -384,6 +384,13 @@ config ARCH_OMAP | |||
384 | help | 384 | help |
385 | Support for TI's OMAP platform (OMAP1 and OMAP2). | 385 | Support for TI's OMAP platform (OMAP1 and OMAP2). |
386 | 386 | ||
387 | config ARCH_DAVINCI | ||
388 | bool "TI DaVinci" | ||
389 | select GENERIC_TIME | ||
390 | select GENERIC_CLOCKEVENTS | ||
391 | help | ||
392 | Support for TI's DaVinci platform. | ||
393 | |||
387 | endchoice | 394 | endchoice |
388 | 395 | ||
389 | source "arch/arm/mach-clps711x/Kconfig" | 396 | source "arch/arm/mach-clps711x/Kconfig" |
@@ -445,6 +452,8 @@ source "arch/arm/mach-netx/Kconfig" | |||
445 | 452 | ||
446 | source "arch/arm/mach-ns9xxx/Kconfig" | 453 | source "arch/arm/mach-ns9xxx/Kconfig" |
447 | 454 | ||
455 | source "arch/arm/mach-davinci/Kconfig" | ||
456 | |||
448 | # Definitions to make life easier | 457 | # Definitions to make life easier |
449 | config ARCH_ACORN | 458 | config ARCH_ACORN |
450 | bool | 459 | bool |
@@ -674,7 +683,7 @@ config LEDS | |||
674 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | 683 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ |
675 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 684 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
676 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | 685 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
677 | ARCH_AT91 || MACH_TRIZEPS4 | 686 | ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI |
678 | help | 687 | help |
679 | If you say Y here, the LEDs on your machine will be used | 688 | If you say Y here, the LEDs on your machine will be used |
680 | to provide useful information about your current system status. | 689 | to provide useful information about your current system status. |