diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-05-19 13:21:17 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:10:02 +0800 |
commit | f8420855cc5c03e8e12f306247fc0512112c5135 (patch) | |
tree | 33994374b8eafe8f539956cddc7277892283e51f /arch/arm | |
parent | 1fd6a911c13b9477f72e07611f33d00dc300eea5 (diff) | |
download | op-kernel-dev-f8420855cc5c03e8e12f306247fc0512112c5135.zip op-kernel-dev-f8420855cc5c03e8e12f306247fc0512112c5135.tar.gz |
ARM: i.MX: Select HAVE_IMX_SRC for i.MX5 globally
No reason to choose a symbol HAVE_IMX_SRC separately for each supported
i.MX5 CPU, this patch selects this symbol globally for i.MX5.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 4b51857..a4da79c 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -123,11 +123,11 @@ config SOC_IMX5 bool select ARCH_HAS_OPP select ARCH_MXC_IOMUX_V3 + select HAVE_IMX_SRC select MXC_TZIC config SOC_IMX51 bool - select HAVE_IMX_SRC select PINCTRL_IMX51 select SOC_IMX5 @@ -702,7 +702,6 @@ comment "Device tree only" config SOC_IMX50 bool "i.MX50 support" - select HAVE_IMX_SRC select PINCTRL_IMX50 select SOC_IMX5 @@ -717,7 +716,6 @@ config MACH_IMX51_DT config SOC_IMX53 bool "i.MX53 support" - select HAVE_IMX_SRC select PINCTRL_IMX53 select SOC_IMX5 |