summaryrefslogtreecommitdiff
path: root/defconfig_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'defconfig_test.h')
-rw-r--r--defconfig_test.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/defconfig_test.h b/defconfig_test.h
deleted file mode 100644
index 6b0dfb6..0000000
--- a/defconfig_test.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/* Put all options we expect gki_defconfig to provide us here */
-
-#ifndef CONFIG_BRIDGE
-#error CONFIG_BRIDGE is required
-#endif
-
-#ifndef CONFIG_VETH
-#error CONFIG_VETH is required
-#endif
-
-#ifndef CONFIG_CFG80211
-#error CONFIG_CFG80211 is required
-#endif
-
-#ifndef CONFIG_NAMESPACES
-#error CONFIG_NAMESPACES is required
-#endif
-
-#ifndef CONFIG_PCI
-#error CONFIG_PCI is required
-#endif
-
-#ifndef CONFIG_ZRAM
-#error CONFIG_ZRAM is required
-#endif
-
-#ifndef CONFIG_ZSMALLOC
-#error CONFIG_ZSMALLOC is required
-#endif
-
-#ifndef CONFIG_COMPAT
-#error CONFIG_COMPAT is required
-#endif