[linux-yocto] [yocto-kernel-cache][PATCH 2/3] features/iommu/iommu.cfg: remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n

Liwei Song liwei.song at windriver.com
Wed Nov 15 17:47:50 PST 2017


There is no need pass "n" to CONFIG_INTEL_IOMMU_DEFAULT_ON,
change it to  "# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set"
to keep consistent with teh final .config

This can avoid yocto config check warning when build kernel:
Requested value: CONFIG_INTEL_IOMMU_DEFAULT_ON=n
Actual value: # CONFIG_INTEL_IOMMU_DEFAULT_ON is not set

Signed-off-by: Liwei Song <liwei.song at windriver.com>
---
 features/iommu/iommu.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/iommu/iommu.cfg b/features/iommu/iommu.cfg
index fd6ada0a8042..0a7ef562cc57 100644
--- a/features/iommu/iommu.cfg
+++ b/features/iommu/iommu.cfg
@@ -3,5 +3,5 @@ CONFIG_PCI_PASID=y
 CONFIG_IOMMU_API=y
 CONFIG_IOMMU_IOVA=y
 CONFIG_INTEL_IOMMU=y
-CONFIG_INTEL_IOMMU_DEFAULT_ON=n
 CONFIG_INTEL_IOMMU_FLOPPY_WA=y
+# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
-- 
2.13.3



More information about the linux-yocto mailing list