summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-11-09 16:07:17 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:39:19 -0800
commita04be0f4e562ac58abf3dc795cc363a9dcca1532 (patch)
tree1c3c0f21d95c5b148cf4b33ad483ee45da0fe307 /drivers/misc/Kconfig
parentb4afed20dd3cc670a313c13d88620ce07be38924 (diff)
misc: remove kernel debugger core
The current split between this and the fiq debugger is awkward and does not have any benefit (the interface between the two is also too simplistic). The fiq debugger code itself needs a lot of refactoring, part of which would be to split out some components that are arch indpendent. So, for now, move this very small piece back into the fiq_debugger. Change-Id: Ie4ec2a2f5d907be1691a0eb6ae9304aad29ecd14 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 07484f6eee33..30d109705c97 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -234,13 +234,6 @@ config ENCLOSURE_SERVICES
driver (SCSI/ATA) which supports enclosures
or a SCSI enclosure device (SES) to use these services.
-config KERNEL_DEBUGGER_CORE
- bool "Kernel Debugger Core"
- default n
- ---help---
- Generic kernel debugging command processor used by low level
- (interrupt context) platform-specific debuggers.
-
config SGI_XP
tristate "Support communication between SGI SSIs"
depends on NET