~fcwu-tw/+junk/oem-wireless-bluetooth-dw1550-dkms

« back to all changes in this revision

Viewing changes to oem-wireless-bluetooth-dw1550/drivers/nfc/Kconfig

  • Committer: Doro Wu
  • Date: 2013-08-14 01:41:53 UTC
  • Revision ID: doro.wu@canonical.com-20130814014153-5v7ergizf2ilf7ly
[Doro Wu]
* Merge bcmwl 6.30.223.30+bdcom-0ubuntu1

[Jesse Sung]
* Add patchram support and IDs for broadcom devices (LP: #1180300)
* cherry picked d9c78e9738ccd0017b10b8f44462aafb61904a4a from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Near Field Communication (NFC) devices
 
3
#
 
4
 
 
5
menu "Near Field Communication (NFC) devices"
 
6
        depends on NFC
 
7
 
 
8
config NFC_PN533
 
9
        tristate "NXP PN533 USB driver"
 
10
        depends on m
 
11
        depends on USB
 
12
        help
 
13
          NXP PN533 USB driver.
 
14
          This driver provides support for NFC NXP PN533 devices.
 
15
 
 
16
          Say Y here to compile support for PN533 devices into the
 
17
          kernel or say M to compile it as module (pn533).
 
18
 
 
19
config NFC_WILINK
 
20
        tristate "Texas Instruments NFC WiLink driver"
 
21
        depends on m
 
22
        depends on TI_ST && NFC_NCI
 
23
        help
 
24
          This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
 
25
          combo devices. This makes use of shared transport line discipline
 
26
          core driver to communicate with the NFC core of the combo chip.
 
27
 
 
28
          Say Y here to compile support for Texas Instrument's NFC WiLink driver
 
29
          into the kernel or say M to compile it as module.
 
30
 
 
31
config NFC_MEI_PHY
 
32
        tristate "MEI bus NFC device support"
 
33
        depends on m
 
34
        depends on INTEL_MEI_BUS_NFC && NFC_HCI
 
35
        help
 
36
          This adds support to use an mei bus nfc device. Select this if you
 
37
          will use an HCI NFC driver for an NFC chip connected behind an
 
38
          Intel's Management Engine chip.
 
39
 
 
40
          If unsure, say N.
 
41
 
 
42
source "drivers/nfc/pn544/Kconfig"
 
43
source "drivers/nfc/microread/Kconfig"
 
44
 
 
45
endmenu