diff options
author | Dan Horák <dan@danny.cz> | 2017-08-11 12:25:33 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2017-08-11 08:56:48 -0400 |
commit | 42b457199699718faf04ea3713d554149986e3d7 (patch) | |
tree | a9468836d948747f0bfd8f503ea1e4c55a18d734 /baseconfig | |
parent | d1d51e73b5abeb2bf0aab53a8eb288300a9ee9c7 (diff) | |
download | kernel-42b457199699718faf04ea3713d554149986e3d7.tar.gz kernel-42b457199699718faf04ea3713d554149986e3d7.tar.xz kernel-42b457199699718faf04ea3713d554149986e3d7.zip |
disable SWIOTLB on Power (#1480380)
All supported platforms have IOMMU, thus disable.
Diffstat (limited to 'baseconfig')
-rw-r--r-- | baseconfig/powerpc/CONFIG_SWIOTLB | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baseconfig/powerpc/CONFIG_SWIOTLB b/baseconfig/powerpc/CONFIG_SWIOTLB index 5405b65b4..ac62bf35e 100644 --- a/baseconfig/powerpc/CONFIG_SWIOTLB +++ b/baseconfig/powerpc/CONFIG_SWIOTLB @@ -1 +1 @@ -CONFIG_SWIOTLB=y +# CONFIG_SWIOTLB is not set |