[toolchain] add the insight gdb frontend (#4701)
[openwrt-10.03/.git] / toolchain / Config.in
index d62489b45ba8bd2809ead14c56d44d893913d6f9..6fc7b6fcecb473ec0807e60768de09a1052a2c42 100644 (file)
@@ -75,6 +75,14 @@ config GDB
        help
                Enable if you want to build the gdb
 
+config INSIGHT
+       bool
+       prompt "Build insight-gdb" if TOOLCHAINOPTS
+       select GDB
+       default n
+       help
+               Enable if you want to build insight-gdb
+
 config LARGEFILE
        bool
        prompt "Enable large file (files > 2 GB) support?" if TOOLCHAINOPTS