0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CB710_CORE
0003 tristate "ENE CB710/720 Flash memory card reader support"
0004 depends on PCI
0005 help
0006 This option enables support for PCI ENE CB710/720 Flash memory card
0007 reader found in some laptops (ie. some versions of HP Compaq nx9500).
0008
0009 You will also have to select some flash card format drivers (MMC/SD,
0010 MemoryStick).
0011
0012 This driver can also be built as a module. If so, the module
0013 will be called cb710.
0014
0015 config CB710_DEBUG
0016 bool "Enable driver debugging"
0017 depends on CB710_CORE != n
0018 help
0019 This is an option for use by developers; most people should
0020 say N here. This adds a lot of debugging output to dmesg.
0021
0022 config CB710_DEBUG_ASSUMPTIONS
0023 bool
0024 depends on CB710_CORE != n
0025 default y