Browse Source

linux: changed to disable kgdb support by default

user/chris/next/0.4
Christian Wiese 12 years ago
parent
commit
3f83be107a
  1. 3
      base/linux/arch/config-common.sh

3
base/linux/arch/config-common.sh

@ -40,6 +40,9 @@ CONFIG_UNIX=y
CONFIG_SYSFS_DEPRECATED=n
CONFIG_SYSFS_DEPRECATED_V2=n
# no kgdb support by default
CONFIG_KGDB=n
# no debugging by default
CONFIG_DEBUG_.*=n
CONFIG_.*_DEBUG=n

Loading…
Cancel
Save