summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@fedoraproject.org>2014-12-12 17:48:28 -0500
committerKyle McMartin <kyle@fedoraproject.org>2014-12-12 17:48:28 -0500
commit23afd3781512511b6f3c7dd0a048f80f5c47f3fc (patch)
treeb82037af0d803739caa2c1c782acb0eda71d018e
parentb468f4c5441f782beccfe05ddfeecd8a12249459 (diff)
downloadkernel-23afd3781512511b6f3c7dd0a048f80f5c47f3fc.tar.gz
kernel-23afd3781512511b6f3c7dd0a048f80f5c47f3fc.tar.xz
kernel-23afd3781512511b6f3c7dd0a048f80f5c47f3fc.zip
build in ahci_platform on aarch64 temporarily
-rw-r--r--config-arm642
-rw-r--r--kernel.spec3
2 files changed, 5 insertions, 0 deletions
diff --git a/config-arm64 b/config-arm64
index dcc10155..37b4d3ad 100644
--- a/config-arm64
+++ b/config-arm64
@@ -136,3 +136,5 @@ CONFIG_ACPI_CUSTOM_METHOD=m
CONFIG_AMD_XGBE=y
CONFIG_AMD_XGBE_PHY=y
# CONFIG_AMD_XGBE_DCB is not set
+
+CONFIG_SATA_AHCI_PLATFORM=y
diff --git a/kernel.spec b/kernel.spec
index 51ffc9b8..5855af9e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2254,6 +2254,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Dec 12 2014 Kyle McMartin <kyle@fedoraproject.org>
+- build in ahci_platform on aarch64 temporarily.
+
* Fri Dec 12 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Remove pointless warning in cfg80211 (rhbz 1172543)