diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-04-30 14:37:19 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-11 12:26:55 -0400 |
commit | 7c6337e225364870e9bf02a3ae277d9fdea483f8 (patch) | |
tree | 1ba5819dfc424beea0086cd3b855839be29370dd /arch/arm/Kconfig | |
parent | 7fdc7849d2f9f926cbaec224bbcbacb164b07b23 (diff) |
[ARM] 4303/3: base kernel support for TI DaVinci
Add base kernel support for the TI DaVinci platform.
This patch only includes interrupts, timers, CPU identification,
serial support and basic power and sleep controller init. More
drivers to come.
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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. |