<afaerber>
javier__, hi, got a stupid question: how do I do updates to the exynos_defconfig?
<javier__>
afaerber: sorry, not sure if I understood your question? do you mean who should pick the patches to arch/arm/configs/exynos_defconfig or?
<afaerber>
javier__, no, I mean, how do I generate a patch against exynos_defconfig file? Surely I don't just append new stuff to the end of the file?
* afaerber
saw you recently had such a patch
<javier__>
afaerber: right, what I do is to enable the options and see where does kconfig put it in the .config file and use the same ordering for kconfig options
<javier__>
afaerber: so if someone is searching in her .config file and exynos_defconfig should be consistent
<javier__>
afaerber: so if I let's say want to enable CONFIG_FOO and kconfig sorts in the generated .config between CONFIG_BAR and CONFIG_BAZ, I add CONFIG_FOO=y in exynos_defconfig between CONFIG_BAR and CONFIG_BAZ
<javier__>
afaerber: does that answer your question?