Linux kernel: how to enable item CONFIG_DMA_ENGINE
by frank67 from LinuxQuestions.org on (#5NVP2)
Hello everybody,
I'm on Debian Bullseye 11 kernel source 5.10.46 I'm attempt to recompile the kernel, I've a trouble with "make menuconfig" I've to enable CONFIG_DMA_ENGINE that it's not showed in the menu interface of "make menuconfig".
Looking for this item on Debian kernel showed me that it's enabled:
Code:$ grep DMA_ENGINE /boot/config-5.10.0-8-amd64
CONFIG_DMA_ENGINE=y
CONFIG_DMA_ENGINE_RAID=yI post my tar gzipped .config file at Filebin url: conf.tgz so you can try my kernel configuration for my hardware, don't forget to do a "make oldconfig" after coping .config in the kernel source tree.
How can I enable this item in my .config file?:confused:
Thanks in advance
I'm on Debian Bullseye 11 kernel source 5.10.46 I'm attempt to recompile the kernel, I've a trouble with "make menuconfig" I've to enable CONFIG_DMA_ENGINE that it's not showed in the menu interface of "make menuconfig".
Looking for this item on Debian kernel showed me that it's enabled:
Code:$ grep DMA_ENGINE /boot/config-5.10.0-8-amd64
CONFIG_DMA_ENGINE=y
CONFIG_DMA_ENGINE_RAID=yI post my tar gzipped .config file at Filebin url: conf.tgz so you can try my kernel configuration for my hardware, don't forget to do a "make oldconfig" after coping .config in the kernel source tree.
How can I enable this item in my .config file?:confused:
Thanks in advance