linux-rockchip/android/configs
Todd Poynor b396b36a15 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>
2013-09-19 13:55:39 -05: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 2013-09-19 13:55:39 -05: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.