summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-09-21 18:51:21 +0800
committerAnson Huang <b20788@freescale.com>2015-09-22 18:48:31 +0800
commit99d374da7d49d45800821b28d55e032387f1cc67 (patch)
treed1bb8d07d51396d22df3d8c9d0dc5e490e518769 /drivers
parent5a2537095621da25c8967a0ccdbb8b0029e14c94 (diff)
MLK-11566-6 mlb: add i.mx6sx support
i.MX6SX has MLB150, add support for it. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mxc/mlb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/mlb/Kconfig b/drivers/mxc/mlb/Kconfig
index 667226e1492f..a988c5a61731 100644
--- a/drivers/mxc/mlb/Kconfig
+++ b/drivers/mxc/mlb/Kconfig
@@ -9,7 +9,7 @@ config MXC_MLB
config MXC_MLB150
tristate "MLB150 support"
- depends on SOC_IMX6Q
+ depends on (SOC_IMX6Q || SOC_IMX6SX)
select MXC_MLB
---help---
Say Y to get the MLB150 support.