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.misc | 147 ------------------------------------ 1 file changed, 147 deletions(-) delete mode 100644 target/waldux/config/Config.in.misc (limited to 'target/waldux/config/Config.in.misc') diff --git a/target/waldux/config/Config.in.misc b/target/waldux/config/Config.in.misc deleted file mode 100644 index db11d7b19..000000000 --- a/target/waldux/config/Config.in.misc +++ /dev/null @@ -1,147 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -config ADK_WALDUX_KERNEL_MISC_DEVICES - bool - -config ADK_WALDUX_KERNEL_MFD_SYSCON - bool - -config ADK_WALDUX_KERNEL_OF - bool - -config ADK_WALDUX_KERNEL_FIRMWARE_IN_KERNEL - bool - default y if ADK_WALDUX_KERNEL_R8169 && ADK_WALDUX_KERNEL_ROOT_NFS - default n - -config ADK_WALDUX_KERNEL_EXTRA_FIRMWARE - string - default "rtl8168e-2.fw" if ADK_WALDUX_KERNEL_R8169 && ADK_WALDUX_KERNEL_ROOT_NFS - default "" - -config ADK_WALDUX_KERNEL_FW_LOADER_USER_HELPER - bool - -config ADK_WALDUX_KERNEL_KEYS - bool - -config ADK_WALDUX_KERNEL_SBUS - bool - -config ADK_WALDUX_KERNEL_FIQ - bool - -config ADK_WALDUX_KERNEL_FSL_OTP - bool - depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 - default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 - default n - -config ADK_WALDUX_KERNEL_IMX_WEIM - bool - depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 - default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 - default n - -config ADK_WALDUX_KERNEL_INTEL_IOMMU - bool - -config ADK_WALDUX_KERNEL_IOMMU_API - bool - -config ADK_WALDUX_KERNEL_IOMMU_IOVA - bool - -config ADK_WALDUX_KERNEL_DMAR_TABLE - bool - -menu "Miscellaneous devices support" - -source "target/waldux//config/Config.in.rtc" -source "target/waldux//config/Config.in.leds" -source "target/waldux//config/Config.in.watchdog" -source "target/waldux//config/Config.in.thermal" -source "target/waldux//config/Config.in.i2c" -source "target/waldux//config/Config.in.spi" -source "target/waldux//config/Config.in.regmap" -source "target/waldux//config/Config.in.regulator" -source "target/waldux//config/Config.in.gpio" -source "target/waldux//config/Config.in.dma" -source "target/waldux//config/Config.in.lib" - -config ADK_WALDUX_KERNEL_PWM - bool - -config ADK_WALDUX_KERNEL_PWM_IMX - bool - select ADK_WALDUX_KERNEL_PWM - depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 - default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 - default n - -config ADK_WALDUX_KERNEL_KEXEC - bool "Add KEXEC syscall" - help - You need also kexec-tools to benefit from it. - -config ADK_WALDUX_KERNEL_PARPORT - tristate "Generic parallel port support" - depends on ADK_TARGET_WITH_PP - help - Kernel module for generic parallel port support. - -config ADK_WALDUX_KERNEL_PARPORT_PC - tristate "PC style parallel port support" - depends on ADK_WALDUX_KERNEL_PARPORT - help - Kernel module for PC style parallel port support. - -config ADK_WALDUX_KERNEL_PLIP - tristate "PLIP (internet over parallel port)" - depends on ADK_WALDUX_KERNEL_PARPORT - select ADK_WALDUX_KERNEL_PARPORT_PC - help - PLIP: IPv4 over parallel port, using a Turbo Laplink - (crossed null-printer) cable. Drivers exist for DOS - (from Crynwr), Linux 2.x (protocol changed and is no - longer compatible with Linux 1.x), FreeBSD and MirBSD. - This will enlarge your kernel by about 8 KiB. - -config ADK_WALDUX_KERNEL_PRINTER - tristate "Line printer support" - depends on ADK_WALDUX_KERNEL_PARPORT - select ADK_WALDUX_KERNEL_PARPORT_PC - help - Kernel module for line printer support - -config ADK_WALDUX_KERNEL_PPDEV - tristate "Userland parallel port driver" - depends on ADK_WALDUX_KERNEL_PARPORT - select ADK_WALDUX_KERNEL_PARPORT_PC - help - Kernel module for userland parallel port access - -config ADK_WALDUX_KERNEL_FW_LOADER - tristate "Userspace firmware loading support" - depends on !ADK_TARGET_SYSTEM_SHARP_ZAURUS - help - This may be necessary when using drivers which require - loading of external firmware files. - -config ADK_WALDUX_KERNEL_EEPROM_93CX6 - tristate "93cx6 eeprom support" - depends on ADK_WALDUX_KERNEL_MAC80211 - select ADK_WALDUX_KERNEL_MISC_DEVICES - -config ADK_WALDUX_KERNEL_IOMMU_SUPPORT - bool "IOMMU support for Intel" - select ADK_WALDUX_KERNEL_PCI_MSI - select ADK_WALDUX_KERNEL_INTEL_IOMMU - select ADK_WALDUX_KERNEL_IOMMU_API - select ADK_WALDUX_KERNEL_IOMMU_IOVA - select ADK_WALDUX_KERNEL_DMAR_TABLE - depends on ADK_TARGET_WITH_IOMMU - default y - -endmenu -- cgit v1.2.3