From: Igor Grinberg Date: Tue, 21 Oct 2014 13:39:45 +0000 (+0300) Subject: omap3: Kconfig: fix the cm-t35 board option prompt X-Git-Tag: v2015.01-rc1~125^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52edc8774069672a3185a59125c51a2b51c505fd;p=platform%2Fkernel%2Fu-boot.git omap3: Kconfig: fix the cm-t35 board option prompt The cm-t35 board support covers both cm-t3530 and cm-t3730 boards. Mention both boards in the Kconfig option prompt. Signed-off-by: Igor Grinberg --- diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig index 6fae1e5..4a48f84 100644 --- a/arch/arm/cpu/armv7/omap3/Kconfig +++ b/arch/arm/cpu/armv7/omap3/Kconfig @@ -16,7 +16,7 @@ config TARGET_OMAP3_BEAGLE bool "TI OMAP3 BeagleBoard" config TARGET_CM_T35 - bool "CompuLab CM-T35" + bool "CompuLab CM-T3530 and CM-T3730 boards" config TARGET_DEVKIT8000 bool "TimLL OMAP3 Devkit8000"