diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2007-05-11 15:59:40 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-08 22:16:36 -0400 |
commit | 9467d64b0e88763914c01f71ddf591b166c4f526 (patch) | |
tree | 594dca21215cff58b17189ed50071faa154b2f64 /drivers/misc/Kconfig | |
parent | 7dcca30a32aadb0520417521b0c44f42d09fe05c (diff) |
[PATCH] Add 93cx6 eeprom library
This patch adds a library for reading from 93cx6 eeproms.
Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 616eee9c04f1..bd601efa7bd1 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -34,6 +34,11 @@ config PHANTOM | |||
34 | If you choose to build module, its name will be phantom. If unsure, | 34 | If you choose to build module, its name will be phantom. If unsure, |
35 | say N here. | 35 | say N here. |
36 | 36 | ||
37 | config EEPROM_93CX6 | ||
38 | tristate "EEPROM 93CX6 support" | ||
39 | ---help--- | ||
40 | This is a driver for the EEPROM chipsets 93c46 and 93c66. | ||
41 | The driver supports both read as well as write commands. | ||
37 | 42 | ||
38 | If unsure, say N. | 43 | If unsure, say N. |
39 | 44 | ||
@@ -187,5 +192,4 @@ config THINKPAD_ACPI_BAY | |||
187 | 192 | ||
188 | If you are not sure, say Y here. | 193 | If you are not sure, say Y here. |
189 | 194 | ||
190 | |||
191 | endmenu | 195 | endmenu |