summaryrefslogtreecommitdiff
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-02-15 20:56:27 +0100
committerHelge Deller <deller@gmx.de>2022-03-11 19:49:30 +0100
commitb9f50eea4f277943842e82bc4d73f912a2f165c6 (patch)
treea057960a2a4fae5477260c08eca10f67fe6d947b /arch/parisc/Kconfig
parent9c379c65241707e44072139d782bc2dfec9b4ab3 (diff)
parisc: Always use the self-extracting kernel feature
This patch drops the CONFIG_PARISC_SELF_EXTRACT option. The palo boot loader is able to decompress a kernel which was compressed with gzip. That possibility was useful when the Linux kernel self-extracting feature wasn't implemented yet. Beside the fact that the self-extracting feature offers much better compression rates, we do support self-extracting kernels already since kernel v4.14, so now it's really time to get rid of that old option and always use the self-extractor. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index f65268fd28ca..fbb114049a6b 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -260,18 +260,6 @@ config PARISC_PAGE_SIZE_64KB
endchoice
-config PARISC_SELF_EXTRACT
- bool "Build kernel as self-extracting executable"
- default y
- help
- Say Y if you want to build the parisc kernel as a kind of
- self-extracting executable.
-
- If you say N here, the kernel will be compressed with gzip
- which can be loaded by the palo bootloader directly too.
-
- If you don't know what to do here, say Y.
-
config SMP
bool "Symmetric multi-processing support"
help