Kconfig 751 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config CB710_CORE
  3. tristate "ENE CB710/720 Flash memory card reader support"
  4. depends on PCI
  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. You will also have to select some flash card format drivers (MMC/SD,
  9. MemoryStick).
  10. This driver can also be built as a module. If so, the module
  11. will be called cb710.
  12. config CB710_DEBUG
  13. bool "Enable driver debugging"
  14. depends on CB710_CORE != n
  15. help
  16. This is an option for use by developers; most people should
  17. say N here. This adds a lot of debugging output to dmesg.
  18. config CB710_DEBUG_ASSUMPTIONS
  19. bool
  20. depends on CB710_CORE != n
  21. default y