summaryrefslogtreecommitdiff
path: root/target/waldux/config/Config.in.nfc
diff options
context:
space:
mode:
Diffstat (limited to 'target/waldux/config/Config.in.nfc')
-rw-r--r--target/waldux/config/Config.in.nfc37
1 files changed, 0 insertions, 37 deletions
diff --git a/target/waldux/config/Config.in.nfc b/target/waldux/config/Config.in.nfc
deleted file mode 100644
index 25b22bdb9..000000000
--- a/target/waldux/config/Config.in.nfc
+++ /dev/null
@@ -1,37 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-menu "NFC devices support"
-
-config ADK_WALDUX_KERNEL_NFC
- bool
-
-config ADK_WALDUX_KERNEL_NFC_DIGITAL
- bool
-
-config ADK_WALDUX_KERNEL_NFC_HCI
- bool
-
-config ADK_WALDUX_KERNEL_NFC_NCI
- bool
-
-config ADK_WALDUX_KERNEL_NFC_NCI_SPI
- bool
-
-config ADK_WALDUX_KERNEL_NFC_SHDLC
- bool
-
-config ADK_WALDUX_KERNEL_NFC_PN533
- tristate "PN533 USB chip"
- select ADK_WALDUX_KERNEL_NFC
- select ADK_WALDUX_KERNEL_NFC_DIGITAL
- select ADK_WALDUX_KERNEL_NFC_HCI
- select ADK_WALDUX_KERNEL_NFC_NCI
- select ADK_WALDUX_KERNEL_NFC_NCI_SPI
- select ADK_WALDUX_KERNEL_NFC_SHDLC
- default n
- help
- Driver for PN533 USB chip.
-
-endmenu
-