diff options
| author | Jagan Teki <[email protected]> | 2016-10-25 11:53:22 +0530 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-10-26 16:53:16 +0200 |
| commit | f160c5c8b9f0593f7eebd4933c196954472ebd51 (patch) | |
| tree | f0f781c866f110fc5698a5c33ec5fb46950cdd2f /arch/arm/cpu | |
| parent | 04464a5c56b939c8c16fdd23d3fa05a889a665f6 (diff) | |
engicam: icorem6: Add DM_GPIO, DM_MMC support
Add DM_GPIO, DM_MMC support for u-boot and disable for SPL.
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'arch/arm/cpu')
| -rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index e2431a8c923..762a5814d7d 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -100,6 +100,8 @@ config TARGET_MX6Q_ICORE select MX6QDL select OF_CONTROL select DM + select DM_GPIO + select DM_MMC select DM_THERMAL select SUPPORT_SPL |
