mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
03d5cc8b7b
Added makefile to build mobicore driver Change-Id: Ibf2194d26a34bf2d15cea903a9ef4e0c6a084609 Signed-off-by: Lukas Hänel <lukas.haenel@gi-de.com> Signed-off-by: Mona Hossain <mhossain@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
32 lines
876 B
Text
32 lines
876 B
Text
#
|
|
# MobiCore configuration
|
|
#
|
|
config MOBICORE_SUPPORT
|
|
tristate "Linux MobiCore Support"
|
|
#depends on ARM_TRUSTZONE
|
|
---help---
|
|
Enable Linux Kernel MobiCore Support
|
|
|
|
config MOBICORE_DEBUG
|
|
bool "MobiCore Module debug mode"
|
|
depends on MOBICORE_SUPPORT
|
|
---help---
|
|
Enable Debug mode in the MobiCore Driver.
|
|
It enables printing information about mobicore operations
|
|
|
|
config MOBICORE_VERBOSE
|
|
bool "MobiCore Module verbose debug mode"
|
|
depends on MOBICORE_DEBUG
|
|
---help---
|
|
Enable Verbose Debug mode in the MobiCore Driver.
|
|
It enables printing extra information about mobicore operations
|
|
Beware: this is only useful for debuging deep in the driver because
|
|
it prints too much logs
|
|
|
|
|
|
config MOBICORE_API
|
|
tristate "Linux MobiCore API"
|
|
depends on MOBICORE_SUPPORT
|
|
---help---
|
|
Enable Linux Kernel MobiCore API
|
|
|