diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2020-03-28 04:52:08 +0000 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2020-03-28 04:53:53 +0000 |
commit | a1c939b238b31cb941261ca073bc5dac6033ce38 (patch) | |
tree | 23da42bd4c0b57a4a2e9bc15a5e7538ff609575c | |
parent | 3d89d4e5252c59a1cb368075c2155c6107b4616c (diff) | |
download | kernel_replicant_linux-a1c939b238b31cb941261ca073bc5dac6033ce38.tar.gz kernel_replicant_linux-a1c939b238b31cb941261ca073bc5dac6033ce38.tar.bz2 kernel_replicant_linux-a1c939b238b31cb941261ca073bc5dac6033ce38.zip |
debian/config: Delete obsolete symbols
All of these have either been replaced or combined with other symbols
that we already define, or the option has been removed completely.
-rw-r--r-- | debian/config/amd64/config | 6 | ||||
-rw-r--r-- | debian/config/amd64/config.cloud-amd64 | 5 | ||||
-rw-r--r-- | debian/config/armhf/config | 5 | ||||
-rw-r--r-- | debian/config/config | 9 | ||||
-rw-r--r-- | debian/config/i386/config | 6 | ||||
-rw-r--r-- | debian/config/kernelarch-mips/config.loongson-3 | 5 | ||||
-rw-r--r-- | debian/config/kernelarch-x86/config | 6 |
7 files changed, 0 insertions, 42 deletions
diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 52a24998cf68..a3bb391eb405 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -245,9 +245,3 @@ CONFIG_LSM_MMAP_MIN_ADDR=65536 CONFIG_SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y CONFIG_SND_SOC_SOF_COMETLAKE_H_SUPPORT=y -## -## file: unknown -## -CONFIG_CALGARY_IOMMU=y -CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y - diff --git a/debian/config/amd64/config.cloud-amd64 b/debian/config/amd64/config.cloud-amd64 index 085827c05fef..bf67a2e9d356 100644 --- a/debian/config/amd64/config.cloud-amd64 +++ b/debian/config/amd64/config.cloud-amd64 @@ -30,8 +30,3 @@ # CONFIG_DCDBAS is not set # CONFIG_DELL_RBU is not set -## -## file: unknown -## -# CONFIG_CALGARY_IOMMU is not set - diff --git a/debian/config/armhf/config b/debian/config/armhf/config index 4b4918683792..1e4c7eaecacb 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -1636,8 +1636,3 @@ CONFIG_SND_SOC_OMAP3_PANDORA=m CONFIG_SND_SOC_OMAP3_TWL4030=m CONFIG_SND_SOC_OMAP_ABE_TWL6040=m -## -## file: unknown -## -CONFIG_BT_WILINK=m - diff --git a/debian/config/config b/debian/config/config index b68fdbfd52b0..c534596df7ce 100644 --- a/debian/config/config +++ b/debian/config/config @@ -8017,12 +8017,3 @@ CONFIG_RD_XZ=y CONFIG_RD_LZO=y CONFIG_RD_LZ4=y -## -## file: unknown -## -CONFIG_BT_WILINK=m -# CONFIG_HEADERS_CHECK is not set -CONFIG_INFINIBAND_CXGB3=m -# CONFIG_PCIEASPM_DEBUG is not set -# CONFIG_SYSCTL_SYSCALL is not set - diff --git a/debian/config/i386/config b/debian/config/i386/config index 7eec9ae04911..fd53795891c1 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -523,9 +523,3 @@ CONFIG_SND_CS5530=m CONFIG_SND_CS5535AUDIO=m CONFIG_SND_SIS7019=m -## -## file: unknown -## -CONFIG_FB_OLPC_DCON_1=y -CONFIG_FB_OLPC_DCON_1_5=y - diff --git a/debian/config/kernelarch-mips/config.loongson-3 b/debian/config/kernelarch-mips/config.loongson-3 index 3a1a1c7d6dac..c367c846be1b 100644 --- a/debian/config/kernelarch-mips/config.loongson-3 +++ b/debian/config/kernelarch-mips/config.loongson-3 @@ -122,8 +122,3 @@ CONFIG_PREEMPT=y ## CONFIG_SND_HDA_INTEL=m -## -## file: unknown -## -CONFIG_LOONGSON_MACH3X=y - diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 6b9e8e6fe6e8..dae27d87502c 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -2141,9 +2141,3 @@ CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC=y CONFIG_SND_X86=y CONFIG_HDMI_LPE_AUDIO=m -## -## file: unknown -## -CONFIG_ALLOW_LOCKDOWN_LIFT_BY_SYSRQ=y -CONFIG_REFCOUNT_FULL=y - |