diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-12-28 09:25:47 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-12-30 19:28:19 -0500 |
commit | 236d6ac0a1096b6ef833140e57fdfe1fed676bc6 (patch) | |
tree | 1173ed433b82d5ea117c2b827a6deceff2ddc97d | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 (diff) |
ARM: mach-imx: Kconfig: Do not select Babbage for MACH_IMX51_DT
When mx51 dt support was added it was necessary to select MACH_MX51_BABBAGE in
order to get the mx51 dt built without errors.
At that time, there was no pinctrl support for mx51 yet.
Currently there is no need to select MACH_MX51_BABBAGE anymore.
Reported-by: Matt Sealy <matt@genesi-usa.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 1ad0d76de8c7..ae3bd5469226 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -756,7 +756,6 @@ comment "i.MX51 machines:" | |||
756 | 756 | ||
757 | config MACH_IMX51_DT | 757 | config MACH_IMX51_DT |
758 | bool "Support i.MX51 platforms from device tree" | 758 | bool "Support i.MX51 platforms from device tree" |
759 | select MACH_MX51_BABBAGE | ||
760 | select SOC_IMX51 | 759 | select SOC_IMX51 |
761 | help | 760 | help |
762 | Include support for Freescale i.MX51 based platforms | 761 | Include support for Freescale i.MX51 based platforms |