/drivers/memstick/Kconfig

https://bitbucket.org/slukk/jb-tsm-kernel-4.2 · #! · 26 lines · 18 code · 8 blank · 0 comment · 0 complexity · a46d368f7b9997292d9cd338d670b088 MD5 · raw file

  1. #
  2. # MemoryStick subsystem configuration
  3. #
  4. menuconfig MEMSTICK
  5. tristate "Sony MemoryStick card support (EXPERIMENTAL)"
  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