summaryrefslogtreecommitdiff
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-07-12 15:29:48 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-07-19 21:03:35 -0400
commit778999703db6d875c22e1a8d02c8296ad4648958 (patch)
treea9497252e6c1c7d1b008c79e4322d0768344bcac /drivers/xen/Kconfig
parenta92336a1176b2119eaa990a1e8bf3109665fdbc6 (diff)
xen/pciback: Remove the DEBUG option.
The latter is easily fixed - by the developer compiling the module with -DDEBUG. And during runtime - the loglvl provides quite a lot of useful data. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 8af0792dfd67..0b6989f92041 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -139,13 +139,4 @@ config XEN_PCIDEV_BACKEND_PASS
endchoice
-config XEN_PCIDEV_BE_DEBUG
- bool "Xen PCI Backend Debugging"
- depends on XEN_PCIDEV_BACKEND
- default n
- help
- Allows to observe all of the traffic from the frontend/backend
- when reading and writting to the configuration registers.
- If in doubt, say no.
-
endmenu