summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in49
1 files changed, 0 insertions, 49 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 405bc37..3f9bc63 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -11,27 +11,6 @@ config KERNEL_LINUX_HEADERS_INSTALL
This will make use of the new headers_install rule in recent kernels.
This is most probably what you want to use.
-config KERNEL_LINUX_HEADERS_SANITISED
- bool
- prompt "Mazur's sanitized headers (OBSOLETE)"
- depends on OBSOLETE
- select KERNEL_LINUX_NEEDS_CONFIG
- help
- M. Mazur used to maintain a tree of sanitised headers, but it is now
- obsoleted by the headers_install rule (above), and has not seen any
- update since 2.6.12
-
-config KERNEL_LINUX_HEADERS_COPY
- bool
- prompt "pure kernel headers (REALLY OBSOLETE)"
- depends on OBSOLETE
- select KERNEL_LINUX_NEEDS_CONFIG
- help
- This will simply copy the kernel headers to the toolchain.
-
- You do NOT want this. It's badly broken because it leaks kernel internals
- to userspace.
-
config KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR
bool
prompt "Use custom directory"
@@ -41,11 +20,6 @@ config KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR
endchoice
-config KERNEL
- string
- default "linux" if ! KERNEL_LINUX_HEADERS_SANITISED
- default "linux-libc-headers" if KERNEL_LINUX_HEADERS_SANITISED
-
config KERNEL_VERSION_SEE_EXTRAVERSION
bool
prompt "See extra versions"
@@ -64,14 +38,6 @@ if KERNEL_LINUX_HEADERS_INSTALL
source config/kernel/linux_headers_install.in
endif
-if KERNEL_LINUX_HEADERS_COPY
-source config/kernel/linux_headers_copy.in
-endif
-
-if KERNEL_LINUX_HEADERS_SANITISED
-source config/kernel/linux_headers_sanitised.in
-endif
-
config KERNEL_LINUX_HEADERS_CUSTOM_DIR
string
prompt "Where are those custom headers?"
@@ -116,19 +82,4 @@ config KERNEL_LINUX_VERBOSE_LEVEL
default 1 if KERNEL_LINUX_VERBOSITY_1
default 2 if KERNEL_LINUX_VERBOSITY_2
-config KERNEL_LINUX_NEEDS_CONFIG
- bool
- default n
-
-config KERNEL_LINUX_CONFIG_FILE
- string
- prompt "Configuration file"
- depends on KERNEL_LINUX_NEEDS_CONFIG
- default ""
- help
- Path to a kernel configuration file.
-
- If you don't provide one, then the default configuration for
- your target will be used.
-
endif