Lines Matching full:android
2 menu "Android" menu
4 config ANDROID config
5 bool "Android Drivers"
7 Enable support for various drivers needed on the Android platform
9 if ANDROID
12 bool "Android Binder IPC Driver"
16 Binder is used in Android for both communication between processes,
19 This means one Android process can call a method/routine in another
20 Android process, using Binder to identify, invoke and pass arguments
24 bool "Android Binderfs filesystem"
28 Binderfs is a pseudo-filesystem for the Android Binder IPC driver
30 instances of Android.
36 string "Android Binder devices"
48 bool "Android Binder IPC Driver Selftest"
58 bool "Android Debug Symbols"
69 bool "Android Vendor Hooks"
78 bool "Android KABI reserve padding"
81 This option enables the padding that the Android GKI kernel adds
85 Only disable this option if you have a system that needs the Android
86 kernel drivers, but is NOT an Android GKI kernel image. If disabled
88 slightly smaller but will NOT be supported by the Google Android
94 bool "Android vendor and OEM data padding"
97 This option enables the padding that the Android GKI kernel adds
100 fields that are needed by some of the Android kernel tracepoints. The
104 Only disable this option if you have a system that needs the Android
105 kernel drivers, but is NOT an Android GKI kernel image and you do NOT
106 use the Android kernel tracepoints. If disabled it has the possibility
108 NOT be supported by the Google Android kernel team.
112 endif # if ANDROID