summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJohn Stultz <jstultz@google.com>2023-04-11 21:04:09 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-20 15:23:10 +0300
commit4daa669efcfa5147e4bd5ecb3f1e10c0c96eef27 (patch)
treecd578b74af6b46186259ccf898ae2c90e68b3c8f /MAINTAINERS
parent32118bdc9471f6d28dbf3d55b2bf0f912be0c62b (diff)
downloadlinux-4daa669efcfa5147e4bd5ecb3f1e10c0c96eef27.tar.xz
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 0 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 78944f72b6fe..5408ca5771a2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1436,11 +1436,6 @@ S: Supported
F: drivers/clk/analogbits/*
F: include/linux/clk/analogbits*
-ANDROID CONFIG FRAGMENTS
-M: Rob Herring <robh@kernel.org>
-S: Supported
-F: kernel/configs/android*
-
ANDROID DRIVERS
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
M: Arve Hjønnevåg <arve@android.com>