Explorar el Código

enable KGDB for YAFFS filesystem, normally big enough

Waldemar Brodkorb hace 15 años
padre
commit
3f8f875041
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"
 	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