~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rts5139/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
config RTS5139
 
2
        tristate "Realtek RTS5139 USB card reader support"
 
3
        depends on USB && SCSI
 
4
        help
 
5
          Say Y here to include driver code to support the Realtek
 
6
          RTS5139 USB card readers.
 
7
 
 
8
          If this driver is compiled as a module, it will be named rts5139.
 
9
 
 
10
config RTS5139_DEBUG
 
11
        bool "Realtek RTS5139 Card Reader verbose debug"
 
12
        depends on RTS5139
 
13
        help
 
14
          Say Y here in order to have the rts5139 code generate
 
15
          verbose debugging messages.
 
16