Browse Source

omap-u-boot-utils: fix visibility in menuconfig

These tools only are useful for ARM (OMAP) targets.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Samuel Martin 13 years ago
parent
commit
f83df20c86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/omap-u-boot-utils/Config.in.host

+ 1 - 0
package/omap-u-boot-utils/Config.in.host

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
 config BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
 	bool "host omap-u-boot-utils"
 	bool "host omap-u-boot-utils"
+	depends on BR2_arm || BR2_armeb
 	help
 	help
 	  U-Boot Utilities for Texas Instrument's OMAP platforms.
 	  U-Boot Utilities for Texas Instrument's OMAP platforms.
 	  This is a set of tools to control U-Boot from scripts, generate
 	  This is a set of tools to control U-Boot from scripts, generate