Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: intc: Enable driver compilation with COMPILE_TEST

This helps increasing build testing coverage.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Laurent Pinchart and committed by
Simon Horman
4f3068f6 38dbfb59

+1 -1
+1 -1
drivers/sh/intc/Kconfig
··· 6 6 7 7 config INTC_USERIMASK 8 8 bool "Userspace interrupt masking support" 9 - depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) 9 + depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST 10 10 help 11 11 This enables support for hardware-assisted userspace hardirq 12 12 masking.