kernel: Reorder kernel configuration options
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 1 May 2021 19:58:26 +0000 (21:58 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 1 May 2021 20:11:56 +0000 (22:11 +0200)
commit63d8117d371a8181fdeb05360f909457b13dcdaf
tree53f1ba526c5b6b200062fe94a29a0b1dcaf0874e
parentd31bd7aa3b809b012adb1e431865c520d3f2aac9
kernel: Reorder kernel configuration options

Reorder the options and remove double entries.
This was generated by running this:
$ ./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.4 /dev/null > target/linux/generic/config-5.4.new
$ mv target/linux/generic/config-5.4.new target/linux/generic/config-5.4

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/config-5.10
target/linux/generic/config-5.4