David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config CB710_CORE |
| 3 | tristate "ENE CB710/720 Flash memory card reader support" |
| 4 | depends on PCI |
| 5 | help |
| 6 | This option enables support for PCI ENE CB710/720 Flash memory card |
| 7 | reader found in some laptops (ie. some versions of HP Compaq nx9500). |
| 8 | |
| 9 | You will also have to select some flash card format drivers (MMC/SD, |
| 10 | MemoryStick). |
| 11 | |
| 12 | This driver can also be built as a module. If so, the module |
| 13 | will be called cb710. |
| 14 | |
| 15 | config CB710_DEBUG |
| 16 | bool "Enable driver debugging" |
| 17 | depends on CB710_CORE != n |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 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 | |
| 22 | config CB710_DEBUG_ASSUMPTIONS |
| 23 | bool |
| 24 | depends on CB710_CORE != n |
| 25 | default y |