From 57c675d699d524985f625bc0d4e72a55a97ebe8e Mon Sep 17 00:00:00 2001 From: Wasim Khan Date: Mon, 8 Mar 2021 16:48:16 +0100 Subject: sandbox: enable IRQ using select for sandbox architecture Enable IRQ using select for sandbox architecture. Signed-off-by: Wasim Khan Reviewed-by: Simon Glass Reviewed-by: Priyanka Jain --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/Kconfig b/arch/Kconfig index 1cbbed28cc5..e61a7528baf 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -120,6 +120,7 @@ config SANDBOX select SPI select SUPPORT_OF_CONTROL select SYSRESET_CMD_POWEROFF + select IRQ imply BITREVERSE select BLOBLIST imply CMD_DM -- cgit v1.3.1