summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/devices/Kconfig
diff options
context:
space:
mode:
authorFabio Estevam2011-07-25 23:40:06 +0200
committerSascha Hauer2011-07-26 09:44:56 +0200
commit786c89f7a24b4ed8b68dfb136347267875315c30 (patch)
tree65845925493899e8ef0edab145d4d27e10605a04 /arch/arm/plat-mxc/devices/Kconfig
parentLinux 3.0 (diff)
downloadkernel-qcow2-linux-786c89f7a24b4ed8b68dfb136347267875315c30.tar.gz
kernel-qcow2-linux-786c89f7a24b4ed8b68dfb136347267875315c30.tar.xz
kernel-qcow2-linux-786c89f7a24b4ed8b68dfb136347267875315c30.zip
ARM: mx50: Select IMX_HAVE_PLATFORM_FEC as done on other i.MX devices
Currently it is only the MX50_RDP board that selects IMX_HAVE_PLATFORM_FEC in its board Kconfig. Do like the other i.MX processors, which select IMX_HAVE_PLATFORM_FEC based on the processor type. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/devices/Kconfig')
-rw-r--r--arch/arm/plat-mxc/devices/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/devices/Kconfig b/arch/arm/plat-mxc/devices/Kconfig
index bd294add932c..39b08957e8ad 100644
--- a/arch/arm/plat-mxc/devices/Kconfig
+++ b/arch/arm/plat-mxc/devices/Kconfig
@@ -1,6 +1,6 @@
config IMX_HAVE_PLATFORM_FEC
bool
- default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53
+ default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX50 || SOC_IMX51 || SOC_IMX53
config IMX_HAVE_PLATFORM_FLEXCAN
select HAVE_CAN_FLEXCAN if CAN