android_kernel_google_msm/android/configs
Todd Poynor eb7fe84810 power_supply: kill android-battery driver
Discontinued in favor of future userspace charging helpers.

Change-Id: I840a94ff42e2219cfd8759f919f6188355a63d92
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Git-commit: b396b36a15b27767215ea6a35174a6dba0302ba1
Git-Repo: https://android.googlesource.com/kernel/common.git
Signed-off-by: Ian Maund <imaund@codeaurora.org>
2014-06-13 11:45:26 -07:00
..
android-base.cfg android: configs: no MODULES for base, no SIP for recommended 2013-07-01 14:16:27 -07:00
android-recommended.cfg power_supply: kill android-battery driver 2014-06-13 11:45:26 -07:00
README

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=<arch> scripts/kconfig/merge_config.sh <path_to>/<device>_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.