Kconfig 609 B

1234567891011121314151617181920212223242526
  1. #
  2. # MemoryStick subsystem configuration
  3. #
  4. menuconfig MEMSTICK
  5. tristate "Sony MemoryStick card support"
  6. help
  7. Sony MemoryStick is a proprietary storage/extension card protocol.
  8. If you want MemoryStick support, you should say Y here and also
  9. to the specific driver for your MemoryStick interface.
  10. if MEMSTICK
  11. config MEMSTICK_DEBUG
  12. bool "MemoryStick debugging"
  13. help
  14. This is an option for use by developers; most people should
  15. say N here. This enables MemoryStick core and driver debugging.
  16. source "drivers/memstick/core/Kconfig"
  17. source "drivers/memstick/host/Kconfig"
  18. endif # MEMSTICK