diff options
| author | Aleksander Jan Bajkowski | 2023-06-11 10:46:54 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-06-11 14:10:14 +0000 |
| commit | 4f7796ca145588e8cb120799c812180a3954ed0c (patch) | |
| tree | f5b7587301480594b37b655b1bfd8b2d3096fdd3 | |
| parent | 56f821fc6b500faffdcade0634d2db9be9f96134 (diff) | |
| download | openwrt-4f7796ca145588e8cb120799c812180a3954ed0c.tar.gz | |
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>
| -rw-r--r-- | target/linux/generic/config-6.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index b0a9277513..2655d27f18 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -150,7 +150,6 @@ CONFIG_AF_UNIX_OOB=y # CONFIG_AHCI_BRCM is not set # CONFIG_AHCI_CEVA is not set # CONFIG_AHCI_DWC is not set -# CONFIG_SATA_DWC_OLD_DMA is not set # CONFIG_AHCI_IMX is not set # CONFIG_AHCI_MVEBU is not set # CONFIG_AHCI_QORIQ is not set @@ -1606,7 +1605,6 @@ CONFIG_DQL=y # CONFIG_DRM_I2C_NXP_TDA998X is not set # CONFIG_DRM_I2C_SIL164 is not set # CONFIG_DRM_I915 is not set -# CONFIG_DRM_ITE_IT6505 is not set # CONFIG_DRM_IMX_LCDIF is not set # CONFIG_DRM_ITE_IT6505 is not set # CONFIG_DRM_ITE_IT66121 is not set @@ -5407,6 +5405,7 @@ CONFIG_RXKAD=y # CONFIG_SATA_AHCI is not set # CONFIG_SATA_AHCI_PLATFORM is not set # CONFIG_SATA_DWC is not set +# CONFIG_SATA_DWC_OLD_DMA is not set # CONFIG_SATA_FSL is not set # CONFIG_SATA_HIGHBANK is not set # CONFIG_SATA_HOST is not set |