diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 19:14:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 19:14:20 +0200 |
commit | 3f8f875041fe208c1364e67769e36ed2e83afe11 (patch) | |
tree | 2ad09e06156a6c4ef37f4fae4e7b9689516dbca8 /target | |
parent | 7b06c64bb0682379b84a918db00d867cfb8fd3a9 (diff) |
enable KGDB for YAFFS filesystem, normally big enough
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 57927f3ec..87fc57052 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -42,6 +42,7 @@ config ADK_KERNEL_DEBUG_WITH_KGDB prompt "Enable remote kernel debugging using KGDB" depends on ADK_TARGET_ROOTFS_NFSROOT || \ ADK_TARGET_ROOTFS_EXT2_BLOCK || \ + ADK_TARGET_ROOTFS_YAFFS || \ ADK_TARGET_ROOTFS_EXT2 default n select ADK_KERNEL_DEBUG_KERNEL |