diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-08-28 20:40:06 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-09-21 01:04:39 +0200 |
commit | 859a09e671772db5781d27c9c0b5828a3bca094c (patch) | |
tree | 27c55eee2ca3e68dbc54c94e4ad75379d6685b88 /arch/arm/mach-exynos | |
parent | ARM: EXYNOS: Turn off clocks for NAND, OneNAND and TSI controllers (diff) | |
download | linux-859a09e671772db5781d27c9c0b5828a3bca094c.tar.xz linux-859a09e671772db5781d27c9c0b5828a3bca094c.zip |
ARM: EXYNOS: Fix incorrect help text
Changed Exynos4 -> EXYNOS5.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index b5b4c8c9db11..6c3299ebbfc5 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -418,8 +418,8 @@ config MACH_EXYNOS5_DT select USE_OF select ARM_AMBA help - Machine support for Samsung Exynos4 machine with device tree enabled. - Select this if a fdt blob is available for the EXYNOS4 SoC based board. + Machine support for Samsung EXYNOS5 machine with device tree enabled. + Select this if a fdt blob is available for the EXYNOS5 SoC based board. if ARCH_EXYNOS4 |