diff mbox series

[v3,1/3] linux: Enable BR2_LINUX_KERNEL_IMAGE on RISC-V

Message ID 20190318224309.11805-1-alistair.francis@wdc.com
State Superseded
Headers show
Series [v3,1/3] linux: Enable BR2_LINUX_KERNEL_IMAGE on RISC-V | expand

Commit Message

Alistair Francis March 18, 2019, 10:44 p.m. UTC
We will need to build Image files for OpenSBI so allow that now.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/linux/Config.in b/linux/Config.in
index 818b94e1c0..dc10238053 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -258,7 +258,7 @@  config BR2_LINUX_KERNEL_SIMPLEIMAGE
 
 config BR2_LINUX_KERNEL_IMAGE
 	bool "Image"
-	depends on BR2_aarch64
+	depends on BR2_aarch64 || BR2_riscv
 
 config BR2_LINUX_KERNEL_LINUX_BIN
 	bool "linux.bin"