^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config CB710_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "ENE CB710/720 Flash memory card reader support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) This option enables support for PCI ENE CB710/720 Flash memory card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) reader found in some laptops (ie. some versions of HP Compaq nx9500).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) You will also have to select some flash card format drivers (MMC/SD,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) MemoryStick).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) This driver can also be built as a module. If so, the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) will be called cb710.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config CB710_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) bool "Enable driver debugging"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) depends on CB710_CORE != n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) This is an option for use by developers; most people should
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) say N here. This adds a lot of debugging output to dmesg.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) config CB710_DEBUG_ASSUMPTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) depends on CB710_CORE != n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) default y