[PATCH] drm/mediatek: add ARM_SMCCC dependency

2016-06-27 Thread Matthias Brugger
On 06/27/2016 11:22 AM, Arnd Bergmann wrote: > ARM SMCCC is only set for ARMv7 and ARMv8 CPUs, but we currently > allow the driver to be build for older architecture levels as > well, which results in a link failure: > > drivers/gpu/built-in.o: In function `mtk_hdmi_hw_make_reg_writable': > :(.te

[PATCH] drm/mediatek: add ARM_SMCCC dependency

2016-06-27 Thread Arnd Bergmann
ARM SMCCC is only set for ARMv7 and ARMv8 CPUs, but we currently allow the driver to be build for older architecture levels as well, which results in a link failure: drivers/gpu/built-in.o: In function `mtk_hdmi_hw_make_reg_writable': :(.text+0x1e737c): undefined reference to `arm_smccc_smc' This