Hello,
I would like to ask a general question about defconfig file.
On doing
make xxx_defconfig , I get a new .config file. I assumed it is the same as xxx_defconfig, but on viewing it I see differences.
for example, I modified the xxx_defconfig as following:
old:
CONFIG_OMAP_MUX=y
new:
# CONFIG_OMAP_MUX=y
but after doing make xxx_defconfig , I see in .config :
CONFIG_OMAP_MUX=y
Does anybody know why is that ?
Thanks
Ran