treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / misc / cb710 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
5f5bac82
MM
2config CB710_CORE
3 tristate "ENE CB710/720 Flash memory card reader support"
0244ad00 4 depends on PCI
5f5bac82
MM
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
15config CB710_DEBUG
16 bool "Enable driver debugging"
17 depends on CB710_CORE != n
18 default n
19 help
20 This is an option for use by developers; most people should
21 say N here. This adds a lot of debugging output to dmesg.
22
c54f6bc6
MM
23config CB710_DEBUG_ASSUMPTIONS
24 bool
25 depends on CB710_CORE != n
26 default y