diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-04-30 12:18:24 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-14 21:16:20 +0200 |
commit | 73c3ba23a4cf973ca03e0e1ec0d4afa306fb7659 (patch) | |
tree | 0d75550c728ceb4cec115fab36ce0a43b619cfba /target/linux/generic | |
parent | bbe712494596cc4a7c317b73ffdf800f04641912 (diff) | |
download | upstream-73c3ba23a4cf973ca03e0e1ec0d4afa306fb7659.tar.gz upstream-73c3ba23a4cf973ca03e0e1ec0d4afa306fb7659.tar.bz2 upstream-73c3ba23a4cf973ca03e0e1ec0d4afa306fb7659.zip |
kirkwood: move sata features to modules
All devices are using nand images. Built-in SATA modules are not needed
anymore.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
[only move CONFIG_SATA_MV]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Pawel Dembicki <paweldembicki@gmail.com> [pogo v4]
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-5.4 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 99e4075654..bcf47f10d1 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -350,6 +350,7 @@ CONFIG_ATAGS_PROC=y # CONFIG_ATA_ACPI is not set CONFIG_ATA_BMDMA=y # CONFIG_ATA_GENERIC is not set +# CONFIG_ATA_LEDS is not set # CONFIG_ATA_NONSTANDARD is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_ATA_PIIX is not set diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 7e530f347f..aa0b0e0b20 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -359,6 +359,7 @@ CONFIG_ATAGS_PROC=y # CONFIG_ATA_ACPI is not set CONFIG_ATA_BMDMA=y # CONFIG_ATA_GENERIC is not set +# CONFIG_ATA_LEDS is not set # CONFIG_ATA_NONSTANDARD is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_ATA_PIIX is not set diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index ea4e9a5d3f..aca72b8fae 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -399,6 +399,7 @@ CONFIG_ATAGS_PROC=y # CONFIG_ATA_ACPI is not set CONFIG_ATA_BMDMA=y # CONFIG_ATA_GENERIC is not set +# CONFIG_ATA_LEDS is not set # CONFIG_ATA_NONSTANDARD is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_ATA_PIIX is not set |