Kconfig 722 B

1234567891011121314151617181920212223242526
  1. config CB710_CORE
  2. tristate "ENE CB710/720 Flash memory card reader support"
  3. depends on PCI
  4. help
  5. This option enables support for PCI ENE CB710/720 Flash memory card
  6. reader found in some laptops (ie. some versions of HP Compaq nx9500).
  7. You will also have to select some flash card format drivers (MMC/SD,
  8. MemoryStick).
  9. This driver can also be built as a module. If so, the module
  10. will be called cb710.
  11. config CB710_DEBUG
  12. bool "Enable driver debugging"
  13. depends on CB710_CORE != n
  14. default 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