summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWasim Khan <[email protected]>2021-03-08 16:48:16 +0100
committerTom Rini <[email protected]>2021-04-20 07:31:35 -0400
commit57c675d699d524985f625bc0d4e72a55a97ebe8e (patch)
tree4caa8dd6baac72c2f6399d7d67287797ccca1ef9 /arch
parent543d091edba851ea15bc67ac34d9d14d70a58216 (diff)
sandbox: enable IRQ using select for sandbox architecture
Enable IRQ using select for sandbox architecture. Signed-off-by: Wasim Khan <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
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