aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring2016-08-02 16:07:24 -0500
committerLinus Torvalds2016-08-02 18:35:42 -0500
commit27eb6622ab67bad75814c9b7b08096cfb16be63a (patch)
tree9052ec817e5ddcbd46f583f188f88a53d3292e34 /MAINTAINERS
parentac3339baffd724edfb188ef57d1345d9649ba9af (diff)
downloadkernel-27eb6622ab67bad75814c9b7b08096cfb16be63a.tar.gz
kernel-27eb6622ab67bad75814c9b7b08096cfb16be63a.tar.xz
kernel-27eb6622ab67bad75814c9b7b08096cfb16be63a.zip
config: add android config fragments
Copy the config fragments from the AOSP common kernel android-4.4 branch. It is becoming possible to run mainline kernels with Android, but the kernel defconfigs don't work as-is and debugging missing config options is a pain. Adding the config fragments into the kernel tree, makes configuring a mainline kernel as simple as: make ARCH=arm multi_v7_defconfig android-base.config android-recommended.config The following non-upstream config options were removed: CONFIG_NETFILTER_XT_MATCH_QTAGUID CONFIG_NETFILTER_XT_MATCH_QUOTA2 CONFIG_NETFILTER_XT_MATCH_QUOTA2_LOG CONFIG_PPPOLAC CONFIG_PPPOPNS CONFIG_SECURITY_PERF_EVENTS_RESTRICT CONFIG_USB_CONFIGFS_F_MTP CONFIG_USB_CONFIGFS_F_PTP CONFIG_USB_CONFIGFS_F_ACC CONFIG_USB_CONFIGFS_F_AUDIO_SRC CONFIG_USB_CONFIGFS_UEVENT CONFIG_INPUT_KEYCHORD CONFIG_INPUT_KEYRESET Link: http://lkml.kernel.org/r/1466708235-28593-1-git-send-email-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Cc: Amit Pundir <amit.pundir@linaro.org> Cc: John Stultz <john.stultz@linaro.org> Cc: Dmitry Shmidt <dimitrysh@google.com> Cc: Rom Lemarchand <romlem@android.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e9eacacf0f08..ce38536009c7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -778,6 +778,11 @@ W: http://ez.analog.com/community/linux-device-drivers
778S: Supported 778S: Supported
779F: drivers/dma/dma-axi-dmac.c 779F: drivers/dma/dma-axi-dmac.c
780 780
781ANDROID CONFIG FRAGMENTS
782M: Rob Herring <robh@kernel.org>
783S: Supported
784F: kernel/configs/android*
785
781ANDROID DRIVERS 786ANDROID DRIVERS
782M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 787M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
783M: Arve Hjønnevåg <arve@android.com> 788M: Arve Hjønnevåg <arve@android.com>