toolchain: include yasm in x86 toolchain
[openwrt/openwrt.git] / toolchain / Config.in
index a6aa84db75a40f9cefd4db839326066c60140a26..7cc51a1bb10a7990bf47c4b59e20e5f2e98acf8b 100644 (file)
@@ -206,6 +206,14 @@ comment "Compiler"
 
 source "toolchain/gcc/Config.in"
 
+config YASM
+       bool
+       depends on ( i386 || x86_64 )
+       prompt "Build yasm" if TOOLCHAINOPTS
+       default y
+       help
+         Enable if you want to build yasm
+
 comment "C Library"
        depends on TOOLCHAINOPTS