Component Type: kbuild config
Description: Store kernel .data section compressed in ROM
More info: Before the kernel is actually executed, its .data section has to be copied to RAM from ROM. This option allows for storing that data in compressed form and decompressed to RAM rather than merely being copied, saving some precious ROM space. A possible drawback is a slightly longer boot delay.
Build project: Kconfig (Linux kconfig) (Path: arch\arm\Kconfig )
Other views: file explorer