--- zzzz-none-000/linux-2.6.13.1/arch/arm/Kconfig 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/arch/arm/Kconfig 2006-12-14 16:36:37.000000000 +0000 @@ -203,6 +203,9 @@ help This enables support for systems based on the Agilent AAEC-2000 +config ARCH_DAVINCI + bool "TI DaVinci" + endchoice source "arch/arm/mach-clps711x/Kconfig" @@ -239,6 +242,8 @@ source "arch/arm/mach-aaec2000/Kconfig" +source "arch/arm/mach-davinci/Kconfig" + # Definitions to make life easier config ARCH_ACORN bool @@ -385,7 +390,7 @@ ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \ ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ - ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE + ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || MACH_DAVINCI_EVM help If you say Y here, the LEDs on your machine will be used to provide useful information about your current system status. @@ -514,6 +519,21 @@ be linked for and stored to. This address is dependent on your own flash usage. +config HIGH_RES_TIMERS + bool "Configure High-Resolution-Timers" + help + POSIX timers are available by default. This option enables + high-resolution POSIX timers. With this option the resolution + is about 10 microsecond. High resolution is not free. If + enabled this option will add a small overhead each time a + timer expires that is not on a 1/HZ tick boundary. If no such + timers are used the overhead is nil. + + This option enables two additional POSIX CLOCKS, + CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR. Note that this + option does not change the resolution of CLOCK_REALTIME or + CLOCK_MONOTONIC which remain at 1/HZ resolution. + endmenu if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP1) @@ -720,7 +740,7 @@ if PCMCIA || ARCH_CLPS7500 || ARCH_IOP3XX || ARCH_IXP4XX \ || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \ - || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE + || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE || ARCH_DAVINCI source "drivers/ide/Kconfig" endif