diff options
author | Anish Trivedi <anish@freescale.com> | 2011-10-28 13:07:00 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:16:54 +0800 |
commit | e411b063075b984d491339c904cf5b2d2b83b682 (patch) | |
tree | 90f8bbefd1c3fe00aa0293ade79162a5f9063632 /arch/arm/mach-mx6/Kconfig | |
parent | f06fea81ebbd9e49dfe8f242c9018ea85fba6240 (diff) |
ENGR00161005-1 MX6Q Kernel Rename sabreauto to arm2 board
Machine layer patch.
Sabreauto is an inaccurate name for the Armadillo2 board that
this code is actually meant for. So, renamed "sabreauto" board file,
configs, and code to "arm2". Created a new machine id for
ARM2 board.
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r-- | arch/arm/mach-mx6/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig index c1fdd01cc7ce..246e86378b52 100644 --- a/arch/arm/mach-mx6/Kconfig +++ b/arch/arm/mach-mx6/Kconfig @@ -22,8 +22,8 @@ config FORCE_MAX_ZONEORDER config SOC_IMX6Q bool -config MACH_MX6Q_SABREAUTO - bool "Support i.MX 6Quad SABRE Automotive Infotainment platform" +config MACH_MX6Q_ARM2 + bool "Support i.MX 6Quad Armadillo2 platform" select ARCH_MX6Q select SOC_IMX6Q select IMX_HAVE_PLATFORM_IMX_UART @@ -52,7 +52,7 @@ config MACH_MX6Q_SABREAUTO select IMX_HAVE_PLATFORM_IMX_ASRC select IMX_HAVE_PLATFORM_IMX_SPDIF help - Include support for i.MX 6Quad SABRE Automotive Infotainment platform. This includes specific + Include support for i.MX 6Quad Armadillo2 platform. This includes specific configurations for the board and its peripherals. comment "MX6 Options:" |