7 Enable support for various drivers needed on the Android platform
11 config ANDROID_BINDER_IPC
12 bool "Android Binder IPC Driver"
16 tristate "Android log driver"
19 config ANDROID_RAM_CONSOLE
20 bool "Android RAM buffer console"
23 config ANDROID_RAM_CONSOLE_ENABLE_VERBOSE
24 bool "Enable verbose console messages on Android RAM console"
26 depends on ANDROID_RAM_CONSOLE
28 menuconfig ANDROID_RAM_CONSOLE_ERROR_CORRECTION
29 bool "Android RAM Console Enable error correction"
31 depends on ANDROID_RAM_CONSOLE
32 depends on !ANDROID_RAM_CONSOLE_EARLY_INIT
34 select REED_SOLOMON_ENC8
35 select REED_SOLOMON_DEC8
37 if ANDROID_RAM_CONSOLE_ERROR_CORRECTION
39 config ANDROID_RAM_CONSOLE_ERROR_CORRECTION_DATA_SIZE
40 int "Android RAM Console Data data size"
45 config ANDROID_RAM_CONSOLE_ERROR_CORRECTION_ECC_SIZE
46 int "Android RAM Console ECC size"
49 config ANDROID_RAM_CONSOLE_ERROR_CORRECTION_SYMBOL_SIZE
50 int "Android RAM Console Symbol size"
53 config ANDROID_RAM_CONSOLE_ERROR_CORRECTION_POLYNOMIAL
54 hex "Android RAM Console Polynomial"
55 default 0x19 if (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_SYMBOL_SIZE = 4)
56 default 0x29 if (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_SYMBOL_SIZE = 5)
57 default 0x61 if (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_SYMBOL_SIZE = 6)
58 default 0x89 if (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_SYMBOL_SIZE = 7)
59 default 0x11d if (ANDROID_RAM_CONSOLE_ERROR_CORRECTION_SYMBOL_SIZE = 8)
61 endif # ANDROID_RAM_CONSOLE_ERROR_CORRECTION
63 config ANDROID_RAM_CONSOLE_EARLY_INIT
64 bool "Start Android RAM console early"
66 depends on ANDROID_RAM_CONSOLE
68 config ANDROID_RAM_CONSOLE_EARLY_ADDR
69 hex "Android RAM console virtual address"
71 depends on ANDROID_RAM_CONSOLE_EARLY_INIT
73 config ANDROID_RAM_CONSOLE_EARLY_SIZE
74 hex "Android RAM console buffer size"
76 depends on ANDROID_RAM_CONSOLE_EARLY_INIT
78 config ANDROID_TIMED_OUTPUT
79 bool "Timed output class driver"
82 config ANDROID_TIMED_GPIO
83 tristate "Android timed gpio driver"
84 depends on GENERIC_GPIO && ANDROID_TIMED_OUTPUT
87 config ANDROID_LOW_MEMORY_KILLER
88 bool "Android Low Memory Killer"
91 Register processes to be killed when memory is low