diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-18 07:51:57 -0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-18 07:51:57 -0200 |
commit | 9545eb61e5bb70055fd9358f25f95387f7398cba (patch) | |
tree | 00098372c69634e0c493684227d7c27389d56da1 /arch/unicore32/Kconfig.debug | |
parent | 148b00b63a3f747141207e7a409f14bd26d0820f (diff) | |
parent | ed96dfbcfea92233d27db9d3c77fc91a58c959bf (diff) | |
download | op-kernel-dev-9545eb61e5bb70055fd9358f25f95387f7398cba.zip op-kernel-dev-9545eb61e5bb70055fd9358f25f95387f7398cba.tar.gz |
Merge branch 'unicore32' of git://github.com/gxt/linux
* 'unicore32' of git://github.com/gxt/linux:
unicore32, exec: remove redundant set_fs(USER_DS)
unicore32: Fix typo 'PUV3_I2C'
unicore32: drop unused Kconfig symbols
rtc: rtc-puv3: Add __devinit and __devexit markers for probe and remove
arch/unicore32: do not use EXTRA_AFLAGS or EXTRA_CFLAGS
unicore32: fix build error for find bitops
Diffstat (limited to 'arch/unicore32/Kconfig.debug')
-rw-r--r-- | arch/unicore32/Kconfig.debug | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/unicore32/Kconfig.debug b/arch/unicore32/Kconfig.debug index ae2ec33..1a36262 100644 --- a/arch/unicore32/Kconfig.debug +++ b/arch/unicore32/Kconfig.debug @@ -44,18 +44,4 @@ config DEBUG_OCD Say Y here if you want the debug print routines to direct their output to the UniCore On-Chip-Debugger channel using CP #1. -config DEBUG_OCD_BREAKPOINT - bool "Breakpoint support via On-Chip-Debugger" - depends on DEBUG_OCD - -config DEBUG_UART - int "Kernel low-level debugging messages via serial port" - depends on DEBUG_LL - range 0 1 - default "0" - help - Choice for UART for kernel low-level using PKUnity UARTS, - should be between zero and one. The port must have been - initialised by the boot-loader before use. - endmenu |