On 1/5/23 20:47, Vlim wrote:
Regarding the location of the entry, I believe you want me to add the entry in
the alphabetical order?
Not really. I want to you follow Kconfig layout which is what make savedefconfig
&& cp defconfig configs/<defconfig> is for.
Can you be more specific on this requirement?
I believe this is pertaining to the defconfig files.
Where is the correct line to insert the following entry?
CONFIG_SPI_FLASH_GIGADEVICE=y
Again. Just enable that option and run for example
make xilinx_zynqmp_virt_defconfig
echo CONFIG_SPI_FLASH_GIGADEVICE=y >> .config
make savedefconfig
cp defconfig configs/xilinx_zynqmp_virt_defconfig
git commit -a -s
And that's it. Your symbol will be added to proper location.
Thanks,
Michal