lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 19 lines 585 B view raw
1diff -uNr a/src/Kconfig b/src/Kconfig 2--- a/src/Kconfig 2015-08-31 10:15:13.231134858 +0200 3+++ b/src/Kconfig 2015-08-31 10:14:24.039180178 +0200 4@@ -144,13 +144,13 @@ 5 config ATA_DMA 6 depends on ATA 7 bool "ATA DMA" 8- default n 9+ default y 10 help 11 Detect and try to use ATA bus mastering DMA controllers. 12 config ATA_PIO32 13 depends on ATA 14 bool "ATA 32bit PIO" 15- default n 16+ default y 17 help 18 Use 32bit PIO accesses on ATA (minor optimization on PCI transfers). 19 config AHCI