diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 66ca8014ff3e..85348a09d655 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -292,6 +292,22 @@ choice | |||
292 | Note that the system will appear to hang during boot if there | 292 | Note that the system will appear to hang during boot if there |
293 | is nothing connected to read from the DCC. | 293 | is nothing connected to read from the DCC. |
294 | 294 | ||
295 | config DEBUG_SEMIHOSTING | ||
296 | bool "Kernel low-level debug output via semihosting I" | ||
297 | help | ||
298 | Semihosting enables code running on an ARM target to use | ||
299 | the I/O facilities on a host debugger/emulator through a | ||
300 | simple SVC calls. The host debugger or emulator must have | ||
301 | semihosting enabled for the special svc call to be trapped | ||
302 | otherwise the kernel will crash. | ||
303 | |||
304 | This is known to work with OpenOCD, as wellas | ||
305 | ARM's Fast Models, or any other controlling environment | ||
306 | that implements semihosting. | ||
307 | |||
308 | For more details about semihosting, please see | ||
309 | chapter 8 of DUI0203I_rvct_developer_guide.pdf from ARM Ltd. | ||
310 | |||
295 | endchoice | 311 | endchoice |
296 | 312 | ||
297 | config EARLY_PRINTK | 313 | config EARLY_PRINTK |