ANDROID: defconfig fragment cleanup + enable CPUFREQ DT
We currently have a hand-written gki fragment config which contains comment headers.
This breaks the usage of invoking menuconfig via bazel, which can be done with:
$ tools/bazel run //common:ti_config -- menuconfig
Remove all these comments and all trailing whitespaces so that we can use bazel to edit the ti-specific gki fragment.
While at it, also drop all the trailing whitespaces from our BUILD.bazel file
Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com
See each individual commit for details.