diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-11 03:03:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-10 18:56:53 -0700 |
commit | 59fcd7c63abf0340f551f487264b67ff5f7a0b86 (patch) | |
tree | a9ed905d15418c50dc7b92cee1e4b17c4f62dbb3 /drivers/misc/mei/Makefile | |
parent | e46980a10a76ec3282dd6832c1974b880acd23d3 (diff) |
mei: nfc: Initial nfc implementation
NFC ME device is exported through the MEI bus to be consumed by the
NFC subsystem.
NFC is represented by two mei clients: An info one and the actual
NFC one. In order to properly build the ME id we first need to retrieve
the firmware information from the info client and then disconnect from it.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/Makefile')
-rw-r--r-- | drivers/misc/mei/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile index 3612d576a67..08698a46626 100644 --- a/drivers/misc/mei/Makefile +++ b/drivers/misc/mei/Makefile @@ -11,6 +11,7 @@ mei-objs += main.o mei-objs += amthif.o mei-objs += wd.o mei-objs += bus.o +mei-objs += nfc.o mei-$(CONFIG_DEBUG_FS) += debugfs.o obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o |