1
0
Fork 0

MLK-18834 ion: Enable ion on Kernel 4.14

Enable ion driver on Linux platform for Kernel 4.14.

Signed-off-by: Song Bing <bing.song@nxp.com>
pull/10/head
Song Bing 2018-07-10 17:36:06 -07:00 committed by Jason Liu
parent db725c8743
commit f14c444263
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ obj-$(CONFIG_FB_XGI) += xgifb/
obj-$(CONFIG_USB_EMXX) += emxx_udc/
obj-$(CONFIG_SPEAKUP) += speakup/
obj-$(CONFIG_MFD_NVEC) += nvec/
obj-$(CONFIG_ANDROID) += android/
obj-y += android/
obj-$(CONFIG_STAGING_BOARD) += board/
obj-$(CONFIG_LTE_GDM724X) += gdm724x/
obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/

View File

@ -14,8 +14,8 @@ config ASHMEM
It is, in theory, a good memory allocator for low-memory devices,
because it can discard shared memory units when under memory pressure.
source "drivers/staging/android/ion/Kconfig"
endif # if ANDROID
source "drivers/staging/android/ion/Kconfig"
endmenu