kernel: sort generic configuration
authorAleksander Jan Bajkowski <olek2@wp.pl>
Sun, 11 Jun 2023 10:46:54 +0000 (12:46 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 11 Jun 2023 14:10:14 +0000 (16:10 +0200)
commit4f7796ca145588e8cb120799c812180a3954ed0c
treef5b7587301480594b37b655b1bfd8b2d3096fdd3
parent56f821fc6b500faffdcade0634d2db9be9f96134
kernel: sort generic configuration

This was done by executing these commands:

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

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
target/linux/generic/config-6.1