aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2007-10-10 10:26:33 -0400
committerBryan Wu <bryan.wu@analog.com>2007-10-10 10:26:33 -0400
commit7417c8fe2e792b771b093c14e763816f154b62b4 (patch)
treeb0606873693a26b51051ccb76834f90f8b874f3c /arch/blackfin/Kconfig
parentddf416b2bce842105d29b170438fd1bc080456d0 (diff)
Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT and DEBUG_KERNEL_START
Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well, and DEBUG_KERNEL_START was just implmented poorly. Will replace with a new checkin. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index c35f549b54f1..b24f4535ffe0 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -1039,24 +1039,6 @@ config DEBUG_ICACHE_CHECK
1039 also relocates the irq_panic() function to L1 memory, (which is 1039 also relocates the irq_panic() function to L1 memory, (which is
1040 un-cached). 1040 un-cached).
1041 1041
1042config DEBUG_KERNEL_START
1043 bool "Debug Kernel Startup"
1044 depends on DEBUG_KERNEL
1045 help
1046 Say Y here to put in an mini-execption handler before the kernel
1047 replaces the bootloader exception handler. This will stop kernels
1048 from dieing at startup with no visible error messages.
1049
1050config DEBUG_SERIAL_EARLY_INIT
1051 bool "Initialize serial driver early"
1052 default n
1053 depends on SERIAL_BFIN
1054 help
1055 Say Y here if you want to get kernel output early when kernel
1056 crashes before the normal console initialization. If this option
1057 is enable, console output will always go to the ttyBF0, no matter
1058 what kernel boot paramters you set.
1059
1060config DEBUG_HUNT_FOR_ZERO 1042config DEBUG_HUNT_FOR_ZERO
1061 bool "Catch NULL pointer reads/writes" 1043 bool "Catch NULL pointer reads/writes"
1062 default y 1044 default y