From d5c5b1a7f9274c06d238d07f8ffbbe83f0317267 Mon Sep 17 00:00:00 2001 From: Rom Lemarchand Date: Wed, 6 Feb 2013 15:49:47 -0800 Subject: android: configs: Initial commit of Android config fragments - Add 2 files that contain the minimal and recommended kernel config options respectively. - Add a README to explain their purpose and how to use them to generate a device config compatible with Android. Change-Id: I3a4883f3b04d2820e90ceb3c4d02390d6458d6ce Signed-off-by: Rom Lemarchand --- android/configs/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 android/configs/README (limited to 'android/configs/README') diff --git a/android/configs/README b/android/configs/README new file mode 100644 index 000000000000..391dffa6f85f --- /dev/null +++ b/android/configs/README @@ -0,0 +1,13 @@ +The files in this directory are meant to be used as a base for an Android +kernel config. All devices should have the options in android-base.cfg enabled. +While not mandatory, the options in android-recommended.cfg enable advanced +Android features. + +Assuming you already have a minimalist defconfig for your device, a possible +way to enable these options would be: + + ARCH= scripts/kconfig/merge_config.sh /_defconfig android/configs/android-base.cfg android/configs/android-recommended.cfg + +This will generate a .config that can then be used to save a new defconfig or +compile a new kernel with Android features enabled. + -- cgit v1.2.3