Browse Source

enable KGDB for YAFFS filesystem, normally big enough

Waldemar Brodkorb 15 years ago
parent
commit
3f8f875041
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/config/Config.in.debug

+ 1 - 0
target/linux/config/Config.in.debug

@@ -42,6 +42,7 @@ config ADK_KERNEL_DEBUG_WITH_KGDB
 	prompt "Enable remote kernel debugging using KGDB"
 	prompt "Enable remote kernel debugging using KGDB"
 	depends on ADK_TARGET_ROOTFS_NFSROOT || \
 	depends on ADK_TARGET_ROOTFS_NFSROOT || \
 		ADK_TARGET_ROOTFS_EXT2_BLOCK || \
 		ADK_TARGET_ROOTFS_EXT2_BLOCK || \
+		ADK_TARGET_ROOTFS_YAFFS || \
 		ADK_TARGET_ROOTFS_EXT2
 		ADK_TARGET_ROOTFS_EXT2
 	default n
 	default n
 	select ADK_KERNEL_DEBUG_KERNEL
 	select ADK_KERNEL_DEBUG_KERNEL