aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-09 13:25:38 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-09 13:25:38 -0500
commit64106104dd2d4a6280777e88c1cbf9f7a52c30bd (patch)
tree082ed0f5e8be5390e867e4078e6813c509c5e642 /drivers/ieee1394/Kconfig
parentbeda9f3a13bbb22cde92a45f230a02ef2afef6a9 (diff)
parent91efa462054d44ae52b0c6c8325ed5e899f2cd17 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: ieee1394: fix host device registering when nodemgr disabled ieee1394: video1394: DMA fix ieee1394: raw1394: prevent unloading of low-level driver ieee1394: dv1394: tidy up card removal ieee1394: dv1394: fix CardBus card ejection ieee1394: sbp2: lower block queue alignment requirement ieee1394: sbp2: remove bogus "emulated" host flag ieee1394: save one word in struct hpsb_host ieee1394: restore config ROM when resuming ieee1394: ohci1394: drop pcmcia-cs compatibility code ieee1394: nodemgr: check info_length in ROM header earlier the scheduled IEEE1394_OUI_DB removal the scheduled IEEE1394_EXPORT_FULL_API removal ieee1394: sbp2: use a better wildcard for blacklist Add PCI class ID for firewire OHCI controllers. ieee1394: modified csr1212_key_id_type_map to support lisight
Diffstat (limited to 'drivers/ieee1394/Kconfig')
-rw-r--r--drivers/ieee1394/Kconfig21
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig
index e7d56573fe56..b8a47342cd2c 100644
--- a/drivers/ieee1394/Kconfig
+++ b/drivers/ieee1394/Kconfig
@@ -35,20 +35,6 @@ config IEEE1394_VERBOSEDEBUG
35 Say Y if you really want or need the debugging output, everyone 35 Say Y if you really want or need the debugging output, everyone
36 else says N. 36 else says N.
37 37
38config IEEE1394_OUI_DB
39 bool "OUI Database built-in (deprecated)"
40 depends on IEEE1394
41 help
42 If you say Y here, then an OUI list (vendor unique ID's) will be
43 compiled into the ieee1394 module. This doesn't really do much
44 except being able to display the vendor of a hardware node. The
45 downside is that it adds about 300k to the size of the module,
46 or kernel (depending on whether you compile ieee1394 as a
47 module, or static in the kernel).
48
49 This option is not needed for userspace programs like gscanbus
50 to show this information.
51
52config IEEE1394_EXTRA_CONFIG_ROMS 38config IEEE1394_EXTRA_CONFIG_ROMS
53 bool "Build in extra config rom entries for certain functionality" 39 bool "Build in extra config rom entries for certain functionality"
54 depends on IEEE1394 40 depends on IEEE1394
@@ -66,13 +52,6 @@ config IEEE1394_CONFIG_ROM_IP1394
66 with MacOSX and WinXP IP-over-1394), enable this option and the 52 with MacOSX and WinXP IP-over-1394), enable this option and the
67 eth1394 option below. 53 eth1394 option below.
68 54
69config IEEE1394_EXPORT_FULL_API
70 bool "Export all symbols of ieee1394's API (deprecated)"
71 depends on IEEE1394
72 default n
73 help
74 This option will be removed soon. Don't worry, say N.
75
76comment "Device Drivers" 55comment "Device Drivers"
77 depends on IEEE1394 56 depends on IEEE1394
78 57