summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/Makefile
diff options
context:
space:
mode:
authorSong Bing <bing.song@nxp.com>2016-11-30 15:41:16 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitfb72a661a126d5d120b9256cddb5bc1d7ccd9f4b (patch)
treefbba1b17929938218511e71947092ea48f4ca790 /drivers/staging/android/ion/Makefile
parent264c7cd1d74915b5fab47a0f581afc7c81172e3c (diff)
MLK-13561 ion: Enable mxc ion driver
Enable mxc ion driver. ion driver can allocate physical continuous memory and can convert to physical address from DMA FD and virtual address if the memory is physical continuous. Signed-off-by: Song Bing bing.song@nxp.com
Diffstat (limited to 'drivers/staging/android/ion/Makefile')
-rw-r--r--drivers/staging/android/ion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/Makefile b/drivers/staging/android/ion/Makefile
index 5d630a088381..724f014cb005 100644
--- a/drivers/staging/android/ion/Makefile
+++ b/drivers/staging/android/ion/Makefile
@@ -9,5 +9,5 @@ endif
obj-$(CONFIG_ION_DUMMY) += ion_dummy_driver.o
obj-$(CONFIG_ION_TEGRA) += tegra/
obj-$(CONFIG_ION_HISI) += hisilicon/
+obj-$(CONFIG_ION_MXC) += mxc/
obj-$(CONFIG_ION_OF) += ion_of.o
-