summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linux/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 77c28f384c..cc1127ade0 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -167,7 +167,8 @@ choice
config BR2_LINUX_KERNEL_UIMAGE
bool "uImage"
- depends on BR2_arm || BR2_armeb || BR2_bfin || BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64
+ depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
+ BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64
select BR2_LINUX_KERNEL_UBOOT_IMAGE
config BR2_LINUX_KERNEL_APPENDED_UIMAGE
OpenPOWER on IntegriCloud