android-rpi / kernel_manifest

Android-RPi Kernel Manifest
9 stars 19 forks source link

Driver files under drivers/i2c/muxes are not being build #3

Closed smndk closed 3 years ago

smndk commented 3 years ago

Hi

I am trying to compile the 5.10 kernel. I have been successful building it but driver files under drivers/i2c/muxes are not being build. I have tried a lot of different thinks but I simply cannot make the build system bulding these files. The result are that the i2c-mux-pinctrl driver isn't available in the kernel. Can someone give me a hint to what I might be doing wrong?

Kind regards, Svend

smndk commented 3 years ago

I have solved it by adding the line CONFIG_MUX=y to arch/arm64/configs/bcm2711_defconfig.