Comment 574 for bug 1958019

Revision history for this message
In , tanure (tanure-linux-kernel-bugs) wrote :

Hi,

Yes, you are right. You don't need to get that series patch if you use the linux-next tree or just wait for the next linux kernel release.
Also, you could just:

$ make olddefconfig
$ ./scripts/config --enable CONFIG_SERIAL_MULTI_INSTANTIATE
$ ./scripts/config --enable CONFIG_SND_HDA_SCODEC_CS35L41_I2C
$ ./scripts/config --enable CONFIG_SND_HDA_SCODEC_CS35L41_SPI

Instead of using menuconfig step.

Thanks
Lucas Tanure