diff options
Diffstat (limited to 'net/nfc/llcp/Kconfig')
-rw-r--r-- | net/nfc/llcp/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/nfc/llcp/Kconfig b/net/nfc/llcp/Kconfig new file mode 100644 index 000000000000..fbf5e8150908 --- /dev/null +++ b/net/nfc/llcp/Kconfig | |||
@@ -0,0 +1,7 @@ | |||
1 | config NFC_LLCP | ||
2 | depends on NFC && EXPERIMENTAL | ||
3 | bool "NFC LLCP support (EXPERIMENTAL)" | ||
4 | default n | ||
5 | help | ||
6 | Say Y here if you want to build support for a kernel NFC LLCP | ||
7 | implementation. \ No newline at end of file | ||