Re: [PATCH v3 0/2] memory: omap-gpmc: Allow module build

From: Krzysztof Kozlowski
Date: Wed Apr 13 2022 - 07:05:43 EST


On 13/04/2022 13:01, Roger Quadros wrote:
>> https://krzk.eu/#/builders/63/builds/162
>>
>>
>>> config OMAP_GPMC
>>> - bool "Texas Instruments OMAP SoC GPMC driver" if COMPILE_TEST
>>> - depends on OF_ADDRESS
>>> + bool "Texas Instruments OMAP SoC GPMC driver"
>>> + depends on OF_ADDRESS || COMPILE_TEST
>
>
> Looks like include/linux/irqdomain.h does not have fallbacks if
> CONFIG_IRQ_DOMAIN is not enabled.
>
> I'll have to drop COMPILE_TEST and add depends on IRQ_DOMAIN.
> Is that OK?

Previously it was building with COMPILE_TEST on sparc, so what else changed?


Best regards,
Krzysztof