ImmortalWrt/target/linux/imx
Tony Ambardar 3d66f55161 kernel: improve handling of CONFIG_IO_URING
Kernel setting CONFIG_IO_URING supports high-performance I/O for file
access and servers, generally for more performant platforms, and adds
~45 KB to kernel sizes. The need for this on less "beefy" devices is
questionable, as is the size cost considering many platforms have kernel
size limits which require tricky repartitioning if outgrown. The size
cost is also large relative to the ~180 KB bump expected between major
OpenWRT kernel releases.

No OpenWrt packages have hard dependencies on this; samba4 and mariadb
can take advantage if available (+KERNEL_IO_URING:liburing) but
otherwise build and work fine.

Since CONFIG_IO_URING is already managed via the KERNEL_IO_URING setting
in Config-kernel.in (default Y), remove it from those target configs
which unconditionally enable it, and update the defaults to enable it
conditionally only on more powerful 64-bit x86 and arm devices. It may
still be manually enabled as needed for high-performance custom builds.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2023-05-03 10:26:17 -07:00
..
base-files imx: make sdcard/eMMC sysupgrade more resilient 2022-07-11 14:18:40 +02:00
cortexa7 imx: keep common kernel symbols in target's config 2022-07-11 14:28:09 +02:00
cortexa9 imx: keep common kernel symbols in target's config 2022-07-11 14:28:09 +02:00
files/firmware/imx/sdma imx: bundle correct SDMA firmware for i.MX 7 boards 2022-07-11 14:14:01 +02:00
image cypress-nvram: consolidate NVRAM packages 2022-11-16 20:14:13 +01:00
patches-5.15 imx: add DT aliases for imx7d-pico-pi 2022-07-11 14:18:40 +02:00
profiles
config-5.15 kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
Makefile imx: make 5.15 default kernel and remove 5.10 support 2022-03-31 17:30:14 +02:00