Skip to content

Commit 7d3b8ff

Browse files
harshimogalapallivijay-suman
authored andcommitted
iommu/vt-d: set default value of INTEL_IOMMU_FLOPPY_WA to n
We disabled CONFIG_INTEL_IOMMU_FLOPPY_WA but as its type def_bool is set to 'y', it will be turned on when we do a make olddefconfig. As we don't what it to be enabled, let us set the default value to 'n'. Orabug: 34724808 Fixes: 380cef418729 ("uek-rpm: Disable floppy related configs") Signed-off-by: Harshit Mogalapalli <[email protected]> Reviewed-by: Jack Vogel <[email protected]> Reviewed-by: Saeed Mirzamohammadi <[email protected]>
1 parent a9c8a5d commit 7d3b8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/intel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ config INTEL_IOMMU_DEFAULT_ON
6565
be enabled by passing intel_iommu=on to the kernel.
6666

6767
config INTEL_IOMMU_FLOPPY_WA
68-
def_bool y
68+
def_bool n
6969
depends on X86
7070
help
7171
Floppy disk drivers are known to bypass DMA API calls

0 commit comments

Comments
 (0)