Commit graph

6 commits

Author SHA1 Message Date
Mikhail Novosyolov
1c8af1cc2e Reformat Aquarius sound as backports from upstream, automate quirk
Also update configs (added Kconfig entry from patches)
2022-09-07 17:14:09 +03:00
Mikhail Novosyolov
a4ced5d5e6 Update configs
CONFIG_SYSFB_SIMPLEFB and CONFIG_FB_SIMPLEDRM are mutually exclusive (since kernel 5.15),
CONFIG_SYSFB_SIMPLEFB was disabled but CONFIG_FB_SIMPLEDRM was not enabled instead of it.
Enable CONFIG_FB_SIMPLEDRM as an old, less experimental solution.
(See also: https://wiki.gentoo.org/wiki/NVIDIA/nvidia-drivers -> enable simple framebuffer)

CONFIG_FB_SIMPLE was Y, but let's try to build it as a module (M).
We should try to reduce the size of vmlinuz for better support of PXE etc.

CONFIG_BLK_DEV_NULL_BLK can be N/Y and cannot be M. It is needed for tests, not for production, disabling it.

Other changes were generated automatically.
2022-07-11 15:55:09 +03:00
Aleksandr Proklov
2256e882c7 disable simplefb 2022-04-02 14:15:35 +03:00
Aleksandr Proklov
560b8c0fad check video driver in kernel config 2022-03-31 17:45:43 +03:00
Aleksandr Proklov
f93b4bd1d2 for i686 set highmem limit to 64G, set compression for kernel to gzip 2022-03-31 08:01:50 +09:00
Aleksandr Proklov
537ae0294a update version, revrite config files, use zstd compression for kernel 2022-03-30 09:04:46 +03:00
Renamed from kernel-i586.config (Browse further)