improbir / kernel_realme_sdm710

RUI 2.0 based Android 11 OSS kernel tree
Other
6 stars 0 forks source link

What is the right defconfig file to build the kernel? #1

Closed VTVishwanath closed 11 months ago

VTVishwanath commented 11 months ago

I see many defconfig files under but which one is the right one to build for RMX1851 (Realme 3 pro having sdm710 chipset).

Other kernel sources has defconfig under the same path called lineageos_RMX1851_defconfig like this one

I have checked multiple branches like 13 and 14 both don't have lineageos_RMX1851_defconfig file.

Which one is the right defconfig file for RMX1851 device?

improbir commented 11 months ago

I see many defconfig files under but which one is the right one to build for RMX1851 (Realme 3 pro having sdm710 chipset).

Other kernel sources has defconfig under the same path called lineageos_RMX1851_defconfig like this one

I have checked multiple branches like 13 and 14 both don't have lineageos_RMX1851_defconfig file.

Which one is the right defconfig file for RMX1851 device?

sdm670-perf_defconfig or you can inherit your custom defconfig

VTVishwanath commented 11 months ago

Does the sdm670-perf_defconfig work for sdm710? what's the difference between all these defconfigs?

Also, what do you mean by I can inherit my own custom defconfig? How can I do that? Do you have any steps to do the same?