diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-03-10 07:41:48 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-03-10 07:41:48 +0000 |
commit | b724bdfa9ebe52b740b2d3ed665cceadc4435039 (patch) | |
tree | b835546e6054218a9ea5e774518b2a93e0a25832 | |
parent | 898f8e9b5fb1ddf9a997bc92106e4f4d00496ea4 (diff) | |
download | kernel-b724bdfa9ebe52b740b2d3ed665cceadc4435039.tar.gz kernel-b724bdfa9ebe52b740b2d3ed665cceadc4435039.tar.xz kernel-b724bdfa9ebe52b740b2d3ed665cceadc4435039.zip |
Enable SATA_SIL24 on ARM rhbz 1553931
-rw-r--r-- | configs/fedora/generic/arm/CONFIG_SATA_SIL24 | 1 | ||||
-rw-r--r-- | kernel-aarch64-debug.config | 2 | ||||
-rw-r--r-- | kernel-aarch64.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-debug.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-lpae-debug.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-lpae.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl.config | 2 |
7 files changed, 6 insertions, 7 deletions
diff --git a/configs/fedora/generic/arm/CONFIG_SATA_SIL24 b/configs/fedora/generic/arm/CONFIG_SATA_SIL24 deleted file mode 100644 index 7526a06a0..000000000 --- a/configs/fedora/generic/arm/CONFIG_SATA_SIL24 +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_SATA_SIL24 is not set diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index 9ae8bf5dc..e2c0ad429 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -4730,7 +4730,7 @@ CONFIG_SATA_MV=m CONFIG_SATA_PMP=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL24 is not set +CONFIG_SATA_SIL24=m # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set diff --git a/kernel-aarch64.config b/kernel-aarch64.config index b09f2ca97..f241c8b02 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -4707,7 +4707,7 @@ CONFIG_SATA_MV=m CONFIG_SATA_PMP=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL24 is not set +CONFIG_SATA_SIL24=m # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config index add5455ef..06be2a125 100644 --- a/kernel-armv7hl-debug.config +++ b/kernel-armv7hl-debug.config @@ -5075,7 +5075,7 @@ CONFIG_SATA_MV=m CONFIG_SATA_PMP=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL24 is not set +CONFIG_SATA_SIL24=m # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config index 3add6affa..62269a667 100644 --- a/kernel-armv7hl-lpae-debug.config +++ b/kernel-armv7hl-lpae-debug.config @@ -4768,7 +4768,7 @@ CONFIG_SATA_MV=m CONFIG_SATA_PMP=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL24 is not set +CONFIG_SATA_SIL24=m # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config index dd7f432a1..e3af01fce 100644 --- a/kernel-armv7hl-lpae.config +++ b/kernel-armv7hl-lpae.config @@ -4745,7 +4745,7 @@ CONFIG_SATA_MV=m CONFIG_SATA_PMP=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL24 is not set +CONFIG_SATA_SIL24=m # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config index 288ca8434..105731a57 100644 --- a/kernel-armv7hl.config +++ b/kernel-armv7hl.config @@ -5052,7 +5052,7 @@ CONFIG_SATA_MV=m CONFIG_SATA_PMP=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL24 is not set +CONFIG_SATA_SIL24=m # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set |