💾 Archived View for gemini.circumlunar.space › users › b › kernel.gmi captured on 2022-03-01 at 15:29:30. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2020-10-31)
-=-=-=-=-=-=-
I feel like I'm launching a spaceship or something. So what I'm actually doing here is compiling the Linux kernel via:
make oldconfig
This command uses your previous kernel config and asks you questions in a very sciencey spacelike manner. I just want to share these with everyone, they're almost priceless:
Kernel compression mode
1. Gzip (KERNEL_GZIP)
2. Bzip2 (KERNEL_BZIP2)
3. LZMA (KERNEL_LZMA)
4. XZ (KERNEL_XZ)
5. LZO (KERNEL_LZO)
6. LZ4 (KERNEL_LZ4)
choice[1-6?]:
General notification queue (WATCH_QUEUE) [N/y/?] ()
Enable periodic averaging of thermal pressure (SCHED_THERMAL_PRESSURE) [N/y/?] ()
Enable utilization clamping for RT/FAIR tasks (UCLAMP_TASK) [N/y/?] ()
Load custom ACPI SSDT overlay from an EFI variable (EFI_CUSTOM_SSDT_OVERLAYS) [Y/n/?] ()
Enable inline encryption support in block layer (BLK_INLINE_ENCRYPTION) [N/y/?] ()
Free page reporting (PAGE_REPORTING) [N/y/?] ()
IPv6: ESP in TCP encapsulation (RFC 8229) (INET6_ESPINTCP) [N/y/?] ()
MPTCP: Multipath TCP (MPTCP) [N/y/?] ()
Azoteq IQS269A capacitive touch controller (INPUT_IQS269A) [N/m/y/?] ()
Lantiq serial driver (SERIAL_LANTIQ) [N/m/y/?] ()
Support for Spreadtrum serial (SERIAL_SPRD) [N/m/y/?] ()
IDT 82P33xxx PTP clock (PTP_1588_CLOCK_IDT82P33) [N/m/y/?] ()
CW2015 Battery driver (BATTERY_CW2015) [N/m/y/?] ()
ROHM bd99954 charger driver (CHARGER_BD99954) [N/m/y/?] ()
Analog Devices ADM1177 and compatibles (SENSORS_ADM1177) [N/m/y/?] ()
Analog Devices FAN Control HDL Core driver (SENSORS_AXI_FAN_CONTROL) [N/m/y/?] ()
AMD RAPL MSR based Energy driver (SENSORS_AMD_ENERGY) [N/m/y/?] ()
Azoteq IQS620A/621/622/624/625 core support (MFD_IQS62X) [N/m/y/?] ()
HDMI CEC drivers (MEDIA_CEC_SUPPORT) [N/y/?] ()
Fast charge control for iOS devices (APPLE_MFI_FASTCHARGE) [N/m/y/?] ()
PLX ExpressLane PEX Switch DMA Engine Support (PLX_DMA) [N/m/y/?] ()
Intel Data Accelerators support (INTEL_IDXD) [N/m/y/?] ()
Move notify between drivers (EXPERIMENTAL) (DMABUF_MOVE_NOTIFY) [N/y/?] ()
DMA-BUF Userland Memory Heaps (DMABUF_HEAPS) [N/y/?] ()
Unified support for USB4 and Thunderbolt (USB4) [N/m/y/?] ()
Trusted Execution Environment support (TEE) [N/m/y/?] ()
exFAT filesystem support (EXFAT_FS) [N/m/y/?] ()
Boot-time Tracing support (BOOTTIME_TRACING) [N/y/?] ()
Synthetic trace events (SYNTH_EVENTS) [N/y/?] ()
Test module for in-kernel kprobe event generation (KPROBE_EVENT_GEN_TEST) [N/m/y/?] ()
:3
Ready for liftoff? [Y/n] ()
EOF