toolchain: gdb: Add optional python support
[openwrt/staging/nbd.git] / toolchain / Config.in
index 6dda9af92d6cbf6e25cb55b2f858c875fc51c4bb..8ff5438d7991c434005cdf57827f33174e8e2fae 100644 (file)
@@ -259,6 +259,14 @@ config GDB
        help
          Enable if you want to build the gdb.
 
+config GDB_PYTHON
+       bool
+       depends on GDB
+       prompt "Build gdb with python binding"
+       
+       help
+         Enable the python bindings for GDB to allow using python in the gdb shell.
+
 config USE_GLIBC
        default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
        bool