kernel: sort generic configuration
authorAleksander Jan Bajkowski <olek2@wp.pl>
Sun, 27 Mar 2022 09:53:09 +0000 (11:53 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 27 Mar 2022 14:50:14 +0000 (15:50 +0100)
commit26e7c2275730486a5a1201fbafe72ccdac15f6e4
tree737ca988e086109cc6656b7f06bd4cd81b3017fb
parent1e83d53fd96a400b2f131b8cb0e5b5e92dc546b0
kernel: sort generic configuration

This was done by executing these commands:

$ ./scripts/kconfig.pl '+' target/linux/generic/config-5.10 /dev/null > target/linux/generic/config-5.10-new
$ mv target/linux/generic/config-5.10-new target/linux/generic/config-5.10

$ ./scripts/kconfig.pl '+' target/linux/generic/config-5.15 /dev/null > target/linux/generic/config-5.15-new
$ mv target/linux/generic/config-5.15-new target/linux/generic/config-5.15

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/config-5.10
target/linux/generic/config-5.15