From 185f430dbf2c36415930941eced92723824950d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Sep 2019 17:54:28 +0200 Subject: remove unfinished alternative os porting efforts --- target/waldux/config/Config.in.nfc | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 target/waldux/config/Config.in.nfc (limited to 'target/waldux/config/Config.in.nfc') 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 - -- cgit v1.2.3