• Pawel Moll's avatar
    vexpress-poweroff: Should depend on the required infrastructure · a2c0206a
    Pawel Moll authored
    ARM Versatile Express reset driver requires platform-specific config
    infrastructure to be present in the kernel. When VEXPRESS_CONFIG is not
    selected, the build will fail like this:
    
    drivers/built-in.o: In function `vexpress_reset_do.clone.0':
    iio-trig-interrupt.c:(.text+0x1aff38): undefined reference to `__vexpress_config_func_get'
    iio-trig-interrupt.c:(.text+0x1aff4c): undefined reference to `vexpress_config_write'
    
    Added required dependency to the Kconfig entry.
    Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
    Signed-off-by: default avatarAnton Vorontsov <anton@enomsg.org>
    a2c0206a
Kconfig 1.58 KB