diff options
| author | Hauke Mehrtens | 2025-07-20 22:27:25 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-25 23:11:21 +0000 |
| commit | 88c7803197d528f2ee75a70f973de9f0d85d765f (patch) | |
| tree | 151f279cb065b4deed2928a1bd8c94a1a97da891 | |
| parent | 3c246f6d031d233688fa6ace86d7792d1c09455d (diff) | |
| download | openwrt-88c7803197d528f2ee75a70f973de9f0d85d765f.tar.gz | |
kernel: Reorder kernel configuration
This was done by running:
./scripts/kconfig-reorder.sh
Link: https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/generic/config-6.12 | 10 | ||||
| -rw-r--r-- | target/linux/generic/config-6.6 | 10 | ||||
| -rw-r--r-- | target/linux/qualcommbe/ipq95xx/config-default | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index bc4e1c29dc..5d931cf995 100644 --- a/target/linux/generic/config-6.12 +++ b/target/linux/generic/config-6.12 @@ -1909,17 +1909,17 @@ CONFIG_ELFCORE=y CONFIG_EPOLL=y # CONFIG_EQUALIZER is not set # CONFIG_EROFS_FS is not set +# CONFIG_EROFS_FS_BACKED_BY_FILE is not set # CONFIG_EROFS_FS_DEBUG is not set -# CONFIG_EROFS_FS_XATTR is not set +# CONFIG_EROFS_FS_ONDEMAND is not set +CONFIG_EROFS_FS_PCPU_KTHREAD=y +CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI=y # CONFIG_EROFS_FS_POSIX_ACL is not set # CONFIG_EROFS_FS_SECURITY is not set -# CONFIG_EROFS_FS_BACKED_BY_FILE is not set +# CONFIG_EROFS_FS_XATTR is not set # CONFIG_EROFS_FS_ZIP is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set # CONFIG_EROFS_FS_ZIP_ZSTD is not set -# CONFIG_EROFS_FS_ONDEMAND is not set -CONFIG_EROFS_FS_PCPU_KTHREAD=y -CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI=y # CONFIG_ET131X is not set CONFIG_ETHERNET=y # CONFIG_ETHOC is not set diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 8ede1d244d..a7d06efed3 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -1841,14 +1841,14 @@ CONFIG_EPOLL=y # CONFIG_EQUALIZER is not set # CONFIG_EROFS_FS is not set # CONFIG_EROFS_FS_DEBUG is not set -# CONFIG_EROFS_FS_XATTR is not set +# CONFIG_EROFS_FS_ONDEMAND is not set +CONFIG_EROFS_FS_PCPU_KTHREAD=y +CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI=y # CONFIG_EROFS_FS_POSIX_ACL is not set # CONFIG_EROFS_FS_SECURITY is not set +# CONFIG_EROFS_FS_XATTR is not set # CONFIG_EROFS_FS_ZIP is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set -# CONFIG_EROFS_FS_ONDEMAND is not set -CONFIG_EROFS_FS_PCPU_KTHREAD=y -CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI=y # CONFIG_ET131X is not set CONFIG_ETHERNET=y # CONFIG_ETHOC is not set @@ -3625,7 +3625,6 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOST is not set # CONFIG_MOTORCOMM_PHY is not set -# CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_CYAPA is not set @@ -3636,6 +3635,7 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MOUSE_PS2_FOCALTECH is not set # CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_SYNAPTICS_I2C is not set # CONFIG_MOUSE_SYNAPTICS_USB is not set # CONFIG_MOUSE_VSXXXAA is not set diff --git a/target/linux/qualcommbe/ipq95xx/config-default b/target/linux/qualcommbe/ipq95xx/config-default index 893763b68e..663644407a 100644 --- a/target/linux/qualcommbe/ipq95xx/config-default +++ b/target/linux/qualcommbe/ipq95xx/config-default @@ -58,8 +58,8 @@ CONFIG_REGULATOR_QCOM_SPMI=y # CONFIG_REGULATOR_QCOM_USB_VBUS is not set CONFIG_REGULATOR_USERSPACE_CONSUMER=y CONFIG_RTC_DRV_PM8XXX=y -CONFIG_SPI_QPIC_SNAND=y CONFIG_RTL8261N_PHY=y +CONFIG_SPI_QPIC_SNAND=y CONFIG_SPMI=y # CONFIG_SPMI_HISI3670 is not set CONFIG_SPMI_MSM_PMIC_ARB=y |