Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert kernel config #1817

Draft
wants to merge 1 commit into
base: celadon/s/mr0/master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions groups/kernel/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ BOARD_KERNEL_CMDLINE += \
pm_suspend_debug=1
{{/pmsuspend_debug}}

{{#pmsilent_mode}}
BOARD_KERNEL_CMDLINE += \
silentmode={{pmsilent_mode}}
{{/pmsilent_mode}}


{{#memory_hole}}
BOARD_KERNEL_CMDLINE += \
memmap=4M\$$0x5c400000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,3 @@ CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_TRACING_EVENTS_GPIO=y
CONFIG_FTRACE_MCOUNT_RECORD=y

CONFIG_INTEL_SOCPERF=y
CONFIG_SOCPERF=m
CONFIG_INTEL_SOCWATCH=m

CONFIG_ACPI_FPDT=y
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
CONFIG_PM_SILENTMODE=y
# CONFIG_DPM_WATCHDOG is not set
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
Expand Down Expand Up @@ -7585,10 +7584,3 @@ CONFIG_ARCH_USE_MEMTEST=y
# CONFIG_MEMTEST is not set
# end of Kernel Testing and Coverage
# end of Kernel hacking
#
# socwatch driver
#
# CONFIG_INTEL_SOCPERF is not set
# CONFIG_INTEL_SOCWATCH is not set
# end of socwatch driver
#
1 change: 0 additions & 1 deletion groups/kernel/option.spec-gmin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ boot_boost = false
relative_sleepstates = false
memory_hole = false
pmsuspend_debug = false
pmsilent_mode = false
modules_in_bootimg = false
build_dtbs = false
use_bcmdhd = true
Expand Down
Loading