blob: 929ba01debb561f2a8ce65ba050f90526e6f4e40 [file] [log] [blame]
Lukas Hänelfc412b42012-06-01 19:12:29 +02001#
2# MobiCore configuration
3#
4config MOBICORE_SUPPORT
5 tristate "Linux MobiCore Support"
Lukas Hänelfc412b42012-06-01 19:12:29 +02006 ---help---
7 Enable Linux Kernel MobiCore Support
8
9config MOBICORE_DEBUG
10 bool "MobiCore Module debug mode"
11 depends on MOBICORE_SUPPORT
12 ---help---
13 Enable Debug mode in the MobiCore Driver.
Lukas Hänelca267132012-09-04 12:28:40 +020014 It enables printing information about MobiCore operations
Lukas Hänelfc412b42012-06-01 19:12:29 +020015
16config MOBICORE_VERBOSE
17 bool "MobiCore Module verbose debug mode"
18 depends on MOBICORE_DEBUG
19 ---help---
20 Enable Verbose Debug mode in the MobiCore Driver.
Lukas Hänelca267132012-09-04 12:28:40 +020021 It enables printing extra information about MobiCore operations
Lukas Hänelfc412b42012-06-01 19:12:29 +020022 Beware: this is only useful for debuging deep in the driver because
23 it prints too much logs
24
25
26config MOBICORE_API
27 tristate "Linux MobiCore API"
28 depends on MOBICORE_SUPPORT
29 ---help---
30 Enable Linux Kernel MobiCore API