kernel/configs: Drop Android config fragments
authorJohn Stultz <jstultz@google.com>
Tue, 11 Apr 2023 18:04:09 +0000 (18:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Apr 2023 12:23:10 +0000 (14:23 +0200)
commit4daa669efcfa5147e4bd5ecb3f1e10c0c96eef27
treecd578b74af6b46186259ccf898ae2c90e68b3c8f
parent32118bdc9471f6d28dbf3d55b2bf0f912be0c62b
kernel/configs: Drop Android config fragments

In the old days where each device had a custom kernel, the
android config fragments were useful to provide the required
and reccomended options expected by userland.

However, these days devices are expected to use the GKI kernel,
so these config fragments no longer needed, and out of date, so
they seem to only cause confusion.

So lets drop them. If folks are curious what configs are
expected by the Android environment, check out the gki_defconfig
file in the latest android common kernel tree.

Cc: Rob Herring <robh@kernel.org>
Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: <kernel-team@android.com>
Signed-off-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/r/20230411180409.1706067-1-jstultz@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
kernel/configs/android-base.config [deleted file]
kernel/configs/android-recommended.config [deleted file]