diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-11-19 17:04:31 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-12-07 17:05:34 -0500 |
commit | 4e834da1da2d7e80547e493c4b21c809dcb0ae09 (patch) | |
tree | bba44251ded023931dcfa94ae4fde3ecc090c86d /drivers/ieee1394/Kconfig | |
parent | e9429dfdc34402de3832ab7335f8ff0104f3ae84 (diff) |
ieee1394: schedule *_oui sysfs attributes for removal
There is no manpower available to reform oui.db into a library for use
in more kernel subsystems. The low ratio of usefulness to size and the
occasional need to update oui.db from IEEE's official list suggest to
drop oui.db. I plan to make a userspace script available which
translates the remaining numeric sysfs attributes to names of
organizations.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/Kconfig')
-rw-r--r-- | drivers/ieee1394/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig index 87325ddbda56..21a13348f258 100644 --- a/drivers/ieee1394/Kconfig +++ b/drivers/ieee1394/Kconfig | |||
@@ -36,7 +36,7 @@ config IEEE1394_VERBOSEDEBUG | |||
36 | else says N. | 36 | else says N. |
37 | 37 | ||
38 | config IEEE1394_OUI_DB | 38 | config IEEE1394_OUI_DB |
39 | bool "OUI Database built-in" | 39 | bool "OUI Database built-in (deprecated)" |
40 | depends on IEEE1394 | 40 | depends on IEEE1394 |
41 | help | 41 | help |
42 | If you say Y here, then an OUI list (vendor unique ID's) will be | 42 | If you say Y here, then an OUI list (vendor unique ID's) will be |