You've already forked operating-system
mirror of
https://github.com/m5stack/operating-system.git
synced 2026-05-20 11:20:07 -07:00
08b3277bdb
* Remove all non-existing kernel config symbols * Remove unapplied x86 Intel sound options These are missing various subsystem dependencies and were never in fact enabled, assuming they're rather exotic and removing them completely. * Add missing dependencies, adjust tristate values, remove nonsense * Use KERNEL_LZ4 only for non-aarch64 Since aarch64 doesn't use self-extracting kernel: https://patchwork.kernel.org/project/linux-arm-kernel/patch/20190119185540.20526-1-tobias.johannes.klausmann@mni.thm.de/ * Extract PCI options to device-support-pci fragment (renamed from device-support-pcie) RPi 4+ should use this fragment too, since CM4 has PCIe support. * Rename RPi's kernel-32b fragment to kernel-armv7
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
|
|
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
|
|
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set
|
|
|
|
CONFIG_LOCALVERSION="-haos-raspi"
|
|
|
|
CONFIG_LEDS_TRIGGERS=y
|
|
CONFIG_LEDS_TRIGGER_DISK=y
|
|
CONFIG_LEDS_TRIGGER_ACTIVITY=y
|