5 Copyright (C) 2009 Google, Inc.
6 Written by Mike Chan <mike@android.com>
12 1.1 Required enabled config options
13 1.2 Required disabled config options
14 1.3 Recommended enabled config options
21 Android (www.android.com) is an open source operating system for mobile devices.
22 This document describes configurations needed to run the Android framework on
23 top of the Linux kernel.
25 To see a working defconfig look at msm_defconfig or goldfish_defconfig
26 which can be found at http://android.git.kernel.org in kernel/common.git
30 1.1 Required enabled config options
31 -----------------------------------
32 After building a standard defconfig, ensure that these options are enabled in
33 your .config or defconfig if they are not already. Based off the msm_defconfig.
34 You should keep the rest of the default options enabled in the defconfig
35 unless you know what you are doing.
37 ANDROID_PARANOID_NETWORK
39 CONFIG_FB_MODE_HELPERS
42 CONFIG_YAFFS_SHORT_NAMES_IN_RAM
86 1.2 Required disabled config options
87 ------------------------------------
88 CONFIG_YAFFS_DISABLE_LAZY_LOAD
92 1.3 Recommended enabled config options
93 ------------------------------
105 CPU_FREQ_DEFAULT_GOV_ONDEMAND
106 CPU_FREQ_GOV_ONDEMAND
119 website: http://android.git.kernel.org
121 mailing-lists: android-kernel@googlegroups.com