1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 25f5bac82SMichał Mirosławconfig CB710_CORE 35f5bac82SMichał Mirosław tristate "ENE CB710/720 Flash memory card reader support" 40244ad00SMartin Schwidefsky depends on PCI 55f5bac82SMichał Mirosław help 65f5bac82SMichał Mirosław This option enables support for PCI ENE CB710/720 Flash memory card 75f5bac82SMichał Mirosław reader found in some laptops (ie. some versions of HP Compaq nx9500). 85f5bac82SMichał Mirosław 95f5bac82SMichał Mirosław You will also have to select some flash card format drivers (MMC/SD, 105f5bac82SMichał Mirosław MemoryStick). 115f5bac82SMichał Mirosław 125f5bac82SMichał Mirosław This driver can also be built as a module. If so, the module 135f5bac82SMichał Mirosław will be called cb710. 145f5bac82SMichał Mirosław 155f5bac82SMichał Mirosławconfig CB710_DEBUG 165f5bac82SMichał Mirosław bool "Enable driver debugging" 175f5bac82SMichał Mirosław depends on CB710_CORE != n 185f5bac82SMichał Mirosław help 195f5bac82SMichał Mirosław This is an option for use by developers; most people should 205f5bac82SMichał Mirosław say N here. This adds a lot of debugging output to dmesg. 215f5bac82SMichał Mirosław 22c54f6bc6SMichał Mirosławconfig CB710_DEBUG_ASSUMPTIONS 23c54f6bc6SMichał Mirosław bool 24c54f6bc6SMichał Mirosław depends on CB710_CORE != n 25c54f6bc6SMichał Mirosław default y 26