lantiq: board.d: cleanup default switch config
[openwrt/staging/rmilecki.git] / toolchain / Config.in
index a6aa84db75a40f9cefd4db839326066c60140a26..75dc5361a6829621030f710f497451b33a1aa1ec 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
 
@@ -217,7 +225,7 @@ choice
          Select the C library implementation.
 
        config LIBC_USE_GLIBC
-               bool "Use (e)glibc"
+               bool "Use glibc"
                select USE_GLIBC
                depends on !arc