diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-07 23:14:38 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 23:14:38 +0800 |
commit | 98946574a4d512480d98c159c12f9de114e76064 (patch) | |
tree | 11eb2e297061a742e9b4acd8e16b8c60bf1baa1a /arch/blackfin/configs/BF538-EZKIT_defconfig | |
parent | dd3dd384df7f9f77fba6875a606e5a663510cd1d (diff) | |
download | talos-op-linux-98946574a4d512480d98c159c12f9de114e76064.tar.gz talos-op-linux-98946574a4d512480d98c159c12f9de114e76064.zip |
Blackfin arch: enable DEBUG_KERNEL for ADI boards
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/configs/BF538-EZKIT_defconfig')
-rw-r--r-- | arch/blackfin/configs/BF538-EZKIT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/configs/BF538-EZKIT_defconfig b/arch/blackfin/configs/BF538-EZKIT_defconfig index e84dbebeb80a..f1d2b3669940 100644 --- a/arch/blackfin/configs/BF538-EZKIT_defconfig +++ b/arch/blackfin/configs/BF538-EZKIT_defconfig @@ -1166,7 +1166,7 @@ CONFIG_FRAME_WARN=1024 # CONFIG_UNUSED_SYMBOLS is not set CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set -# CONFIG_DEBUG_KERNEL is not set +CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y |