diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-03-04 15:34:21 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-03-10 11:41:19 -0500 |
commit | cfda62baa474b194802a555d3f7f2ccfa27e28bb (patch) | |
tree | bab66039c764ffb9a568e5356edd001fbb3210dd /drivers/firewire/Kconfig | |
parent | 98466cc4502b3171f1bdc146db0d2106fcbc3f4f (diff) |
firewire: ohci: move runtime debug facility out of #ifdef
CONFIG_FIREWIRE_OHCI_DEBUG could have been exposed to kernel tweakers
if CONFIG_EXPERT was set. But in hindsight, this stuff is far too
useful to omit it. So get rid of two #else branches that are only
going to bitrot otherwise.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 2be6f4520772..7224533e8ca6 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -28,11 +28,6 @@ config FIREWIRE_OHCI | |||
28 | To compile this driver as a module, say M here: The module will be | 28 | To compile this driver as a module, say M here: The module will be |
29 | called firewire-ohci. | 29 | called firewire-ohci. |
30 | 30 | ||
31 | config FIREWIRE_OHCI_DEBUG | ||
32 | bool | ||
33 | depends on FIREWIRE_OHCI | ||
34 | default y | ||
35 | |||
36 | config FIREWIRE_SBP2 | 31 | config FIREWIRE_SBP2 |
37 | tristate "Storage devices (SBP-2 protocol)" | 32 | tristate "Storage devices (SBP-2 protocol)" |
38 | depends on FIREWIRE && SCSI | 33 | depends on FIREWIRE && SCSI |