staging: android: ion: Make ION_OF depend on OF_ADDRESS
authorLaura Abbott <labbott@redhat.com>
Wed, 14 Sep 2016 15:33:58 +0000 (08:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Sep 2016 18:46:56 +0000 (20:46 +0200)
commit8c243d21d6ac980bdb38e11db9ffa3a44b1dc84c
tree90f9471c32ac7b4da4f3914650729cd77e2e7c20
parent552edf8d79096c7458cdc2a7b1f9936e7925e2aa
staging: android: ion: Make ION_OF depend on OF_ADDRESS

The Ion platform code uses of_platform_device_create which has
dependencies on OF_ADDRESS. Depending on OF is not sufficient

Building sparc64:allmodconfig ... failed
--------------
Error log:
...
drivers/built-in.o: In function `ion_parse_dt':
(.text+0x11aa2c): undefined reference to `of_platform_device_create'

Add a dependency on OF_ADDRESS

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Laura Abbott <labbott@redhat.com>
Reviewed-by: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/Kconfig