Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 1 | config CB710_CORE |
| 2 | tristate "ENE CB710/720 Flash memory card reader support" |
Heiko Carstens | e1e0a9e | 2013-02-06 17:23:56 +0100 | [diff] [blame] | 3 | depends on PCI && GENERIC_HARDIRQS |
Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 4 | help |
| 5 | This option enables support for PCI ENE CB710/720 Flash memory card |
| 6 | reader found in some laptops (ie. some versions of HP Compaq nx9500). |
| 7 | |
| 8 | You will also have to select some flash card format drivers (MMC/SD, |
| 9 | MemoryStick). |
| 10 | |
| 11 | This driver can also be built as a module. If so, the module |
| 12 | will be called cb710. |
| 13 | |
| 14 | config CB710_DEBUG |
| 15 | bool "Enable driver debugging" |
| 16 | depends on CB710_CORE != n |
| 17 | default n |
| 18 | help |
| 19 | This is an option for use by developers; most people should |
| 20 | say N here. This adds a lot of debugging output to dmesg. |
| 21 | |
Michał Mirosław | c54f6bc | 2009-06-13 12:37:59 +0200 | [diff] [blame] | 22 | config CB710_DEBUG_ASSUMPTIONS |
| 23 | bool |
| 24 | depends on CB710_CORE != n |
| 25 | default y |