ion: fix unmapped heap test settings **not for mainline**
authorEtienne Carriere <etienne.carriere@linaro.org>
Thu, 24 Aug 2017 13:44:46 +0000 (15:44 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:56:41 +0000 (14:56 -0500)
commitd05ef2173dac39443fc94d4b010c27d669fc1b03
tree924c79ef5af74df8bc25dc56983759f30127c526
parent8ca85c8b4ee3e9138cf0c41c6439efea331e3e52
ion: fix unmapped heap test settings **not for mainline**

If one enables ION_DUMMY_UNMAPPED_HEAP without providing the target
unmapped heap configuration settings (physical base address and size),
the kernel cannot build. This situation occurs in Linux test build
cases, i.e running the allmodconfig configuration.

This change overcomes the issue by providing default null settings for
both ION_DUMMY_UNMAPPED_BASE and ION_DUMMY_UNMAPPED_SIZE.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
(cherry picked from commit ac0c2c26b9819c5e95d56cb2d8937de0357eecaa
 linaro repo https://github.com/linaro-swg/linux.git
 tag optee-v4.9-20171005)
drivers/staging/android/ion/Kconfig
drivers/staging/android/ion/ion_dummy_driver.c