diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-01 21:58:26 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-01 22:11:56 +0200 |
commit | 63d8117d371a8181fdeb05360f909457b13dcdaf (patch) | |
tree | 53f1ba526c5b6b200062fe94a29a0b1dcaf0874e /target/linux/generic/config-5.4 | |
parent | d31bd7aa3b809b012adb1e431865c520d3f2aac9 (diff) | |
download | upstream-63d8117d371a8181fdeb05360f909457b13dcdaf.tar.gz upstream-63d8117d371a8181fdeb05360f909457b13dcdaf.tar.bz2 upstream-63d8117d371a8181fdeb05360f909457b13dcdaf.zip |
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>
Diffstat (limited to 'target/linux/generic/config-5.4')
-rw-r--r-- | target/linux/generic/config-5.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 8dd72c9d7c..c7c3a9f022 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -6121,8 +6121,8 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RCAR_PHY is not set # CONFIG_USB_RENESAS_USBHS is not set # CONFIG_USB_RIO500 is not set -# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_ROLES_INTEL_XHCI is not set +# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_RTL8152 is not set # CONFIG_USB_S2255 is not set |