diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-08-08 18:32:08 -0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-08-21 00:53:16 -0700 |
commit | 1085189ff3f7d00bd006eb490b5a24f42118ca79 (patch) | |
tree | 1308777c17d57a54249dd3d1de2fb1dd9e2824a7 /arch/arm/mach-omap2/Kconfig | |
parent | 13b16460eb9995fe2f21b916b597d047cc4e4c7e (diff) | |
download | linux-1085189ff3f7d00bd006eb490b5a24f42118ca79.tar.bz2 |
ARM: OMAP2: Use a consistent AM33XX SoC option description
Fix the option description to match the other TI SoCs.
This is just a cosmetic change.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 3eed0006d189..3ed8acd42ecd 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -65,7 +65,7 @@ config SOC_OMAP5 select ARM_ERRATA_798181 if SMP config SOC_AM33XX - bool "AM33XX support" + bool "TI AM33XX" depends on ARCH_MULTI_V7 select ARCH_OMAP2PLUS select ARM_CPU_SUSPEND if PM |