26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CB710_CORE3 tristate "ENE CB710/720 Flash memory card reader support"4 depends on PCI5 help6 This option enables support for PCI ENE CB710/720 Flash memory card7 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 module13 will be called cb710.14 15config CB710_DEBUG16 bool "Enable driver debugging"17 depends on CB710_CORE != n18 help19 This is an option for use by developers; most people should20 say N here. This adds a lot of debugging output to dmesg.21 22config CB710_DEBUG_ASSUMPTIONS23 bool24 depends on CB710_CORE != n25 default y26