summaryrefslogtreecommitdiff
path: root/backport/Kconfig.integrate
diff options
context:
space:
mode:
Diffstat (limited to 'backport/Kconfig.integrate')
-rw-r--r--backport/Kconfig.integrate37
1 files changed, 0 insertions, 37 deletions
diff --git a/backport/Kconfig.integrate b/backport/Kconfig.integrate
deleted file mode 100644
index 45ab3ecd..00000000
--- a/backport/Kconfig.integrate
+++ /dev/null
@@ -1,37 +0,0 @@
-config BACKPORT_INTEGRATE
- bool
- def_bool y
-
-config BACKPORT_DIR
- string
- default "%%BACKPORT_DIR%%"
-
-config BACKPORT_VERSION
- string
- default "%%BACKPORTS_VERSION%%"
-
-config BACKPORT_KERNEL_VERSION
- string
- default "%%BACKPORTED_KERNEL_VERSION%%"
-
-config BACKPORT_KERNEL_NAME
- string
- default "%%BACKPORTED_KERNEL_NAME%%"
-
-menuconfig BACKPORT_LINUX
- bool "Backport %%BACKPORTED_KERNEL_NAME%% %%BACKPORTED_KERNEL_VERSION%% (backports %%BACKPORTS_VERSION%%)"
- default n
- ---help---
- Enabling this will let give you the opportunity to use features and
- drivers backported from %%BACKPORTED_KERNEL_NAME%% %%BACKPORTED_KERNEL_VERSION%%
- on the kernel your are using. This is experimental and you should
- say no unless you'd like to help test things or want to help debug
- this should we run into any issues.
-
-if BACKPORT_LINUX
-
-source "$BACKPORT_DIR/Kconfig.versions"
-source "$BACKPORT_DIR/Kconfig.sources"
-source "$BACKPORT_DIR/Kconfig.local"
-
-endif # BACKPORT_LINUX