Add configuration option allowing hiding packages needing WCHAR
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 23 Jul 2007 19:04:27 +0000 (19:04 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 23 Jul 2007 19:04:27 +0000 (19:04 -0000)
Config.in

index 9016a3917f1885d8de9b474212753a307efbd3e5..dc4ce0ff09f05ad23d34beb1862136c68e713633 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -687,6 +687,12 @@ config BR2_DEPRECATED
        help
          This option hides outdated/obsolete versions of packages.
 
+config BR2_USE_WCHAR
+       bool "Show packages that are require WCHAR support"
+       default y
+       help
+         This option hides packages which cannot be built without WCHAR.
+
 config BR2_PREFER_STATIC_LIB
        bool "prefer static libraries"
        default n