diff options
author | R Sricharan <r.sricharan@ti.com> | 2012-04-03 05:24:58 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-07-09 09:44:40 -0400 |
commit | 35eb429875cedb6689ccd0c4d11cf219f07e0a9d (patch) | |
tree | 2bc3f893948ac7aa6ca433bbff89a6921c342f49 /arch/arm/plat-omap/Kconfig | |
parent | 6b5de091213cc305d9db4c55819ac9e8270f68cf (diff) |
ARM: OMAP5: Add the build support
Adding the build support required for OMAP5 soc
in to omap2+ config.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index ad95c7a5d009..dcfb506a592e 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -29,7 +29,7 @@ config ARCH_OMAP2PLUS | |||
29 | select USE_OF | 29 | select USE_OF |
30 | select PROC_DEVICETREE if PROC_FS | 30 | select PROC_DEVICETREE if PROC_FS |
31 | help | 31 | help |
32 | "Systems based on OMAP2, OMAP3 or OMAP4" | 32 | "Systems based on OMAP2, OMAP3, OMAP4 or OMAP5" |
33 | 33 | ||
34 | endchoice | 34 | endchoice |
35 | 35 | ||
@@ -150,7 +150,7 @@ config OMAP_32K_TIMER | |||
150 | This timer saves power compared to the OMAP_MPU_TIMER, and has | 150 | This timer saves power compared to the OMAP_MPU_TIMER, and has |
151 | support for no tick during idle. The 32KHz timer provides less | 151 | support for no tick during idle. The 32KHz timer provides less |
152 | intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is | 152 | intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is |
153 | currently only available for OMAP16XX, 24XX, 34XX and OMAP4. | 153 | currently only available for OMAP16XX, 24XX, 34XX and OMAP4/5. |
154 | 154 | ||
155 | config OMAP3_L2_AUX_SECURE_SAVE_RESTORE | 155 | config OMAP3_L2_AUX_SECURE_SAVE_RESTORE |
156 | bool "OMAP3 HS/EMU save and restore for L2 AUX control register" | 156 | bool "OMAP3 HS/EMU save and restore for L2 AUX control register" |