Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Import G510 release. Tag is M8625SSNSKMLYA20301A.
  • Loading branch information
Daz Jones committed Jan 12, 2013
1 parent 96e323b commit 1f7fcda
Show file tree
Hide file tree
Showing 478 changed files with 152,362 additions and 5,580 deletions.
10 changes: 10 additions & 0 deletions Makefile
Expand Up @@ -568,6 +568,16 @@ else
KBUILD_CFLAGS += -O2
endif

# Add Huawei Marco for different BT chip
ifeq ($(ENABLE_BTLA_VER30),true)
KBUILD_CFLAGS += -DHUAWEI_BT_BTLA_VER30
endif
ifeq ($(ENABLE_BLUEZ_VER30),true)
KBUILD_CFLAGS += -DHUAWEI_BT_BLUEZ_VER30
endif


KBUILD_CFLAGS += -DHUAWEI_KERNEL_VERSION=\"${HUAWEI_KERNEL_VERSION}\"
include $(srctree)/arch/$(SRCARCH)/Makefile

ifneq ($(CONFIG_FRAME_WARN),0)
Expand Down
28 changes: 28 additions & 0 deletions arch/arm/Kconfig.debug
Expand Up @@ -2,6 +2,34 @@ menu "Kernel hacking"

source "lib/Kconfig.debug"

config SUPPORT_SYSTEMTAP
bool "Enable Systemtap support"
select FRAME_POINTER if !THUMB2_KERNEL
select TRACEPOINTS
select KPROBES
select RELAY
select PROFILING
select DEBUG_FS
select DEBUG_INFO
help
This option enables systemtap support.
Select FRAME_POINTER if !THUMB2_KERNEL, TRACEPOINTS, KPROBES, RELAY, PROFILING, DEBUG_FS, DEBUG_INFO

config SRECORDER_MSM
bool "Enable Reserve 1M memory in MSM platform"
default y
help
Reserve 1M memory for Srecorder in MSM platform
config SRECORDER_POWERCOLLAPS
bool "Enable Function of catch log when system power down"
default y
help
Enable Function of catch log when system power down
config DEVICE_CHECK
bool "Enable Device Check for FreezeScreem"
default y
help
Device Check for FreezeScreem
config STRICT_DEVMEM
bool "Filter access to /dev/mem"
depends on MMU
Expand Down

0 comments on commit 1f7fcda

Please sign in to comment.