Kernel build 5.15

Hello,

I would like to compile kernel from GitHub - khadas/linux at khadas-vims-5.15.y.
But I have problem, that I don’t have amlogic driver?

It failed that common_driver folder doesn’t exists.
(I find this configuration:

config AMLOGIC_DRIVER
	bool "Amlogic Peripheral drivers"
	default n
	help
	  this option is provided for control amlogic
	  drivers, if you want to use amlogic driver
	  please open it.
	  Note: All amlogic driver should be placed in
	  directory $(COMMON_DRIVERS_DIR)/drivers/

Where can I find this resource?

1 Like

Hi @Benek
There are some changes in the directory structure of the 5.15 kernel. execute the following command to pull the common_drivers directory.

$ cd fenix/build/linux
$ git clone https://github.com/khadas/common_drivers.git

Thank you! I will try with this source.