configs: use syntax CONFIG_FOO=n in tools-only_defconfig again
authorTom Rini <trini@konsulko.com>
Wed, 29 Jan 2025 14:08:52 +0000 (08:08 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jan 2025 14:08:52 +0000 (08:08 -0600)
commitecbd635367ffb6af3e7f015d07e5f6de13c6d902
treeafde21c14daa306ca7da8c71eebe36d74faa9762
parenta2b489b170f8382f746202c36616eaf2bc38fe86
configs: use syntax CONFIG_FOO=n in tools-only_defconfig again

As explained in commit c2cd7bd3ecfe ("configs: use syntax CONFIG_FOO=n
in tools-only_defconfig") we need to not use the "# CONFIG_FOO is not
set" syntax here in order to work correctly on OSes where cpp comes
ffrom LLVM.

Fixes: 867e16ae05e2 ("configs: Resync with savedefconfig")
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/tools-only_defconfig