defconfig: arm64: Enable app specific setting on MSM8996
Enable support for app specific setting on MSM8996. This is required for providing an interface so that app specific settings can be applied / cleared. CRs-Fixed: 981519 Change-Id: Ice69a77b40dbd98bfff0c8095d78a25424527a2f Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This commit is contained in:
parent
7ab05c20ad
commit
fa5a089eb6
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ CONFIG_ARCH_MSM8996=y
|
|||
CONFIG_PCI=y
|
||||
CONFIG_PCI_MSM=y
|
||||
CONFIG_ENABLE_FP_SIMD_SETTINGS=y
|
||||
CONFIG_MSM_APP_SETTINGS=y
|
||||
CONFIG_SCHED_MC=y
|
||||
CONFIG_NR_CPUS=8
|
||||
CONFIG_PREEMPT=y
|
||||
|
|
|
@ -39,6 +39,7 @@ CONFIG_ARCH_MSM8996=y
|
|||
CONFIG_PCI=y
|
||||
CONFIG_PCI_MSM=y
|
||||
CONFIG_ENABLE_FP_SIMD_SETTINGS=y
|
||||
CONFIG_MSM_APP_SETTINGS=y
|
||||
CONFIG_SCHED_MC=y
|
||||
CONFIG_NR_CPUS=8
|
||||
CONFIG_PREEMPT=y
|
||||
|
|
Loading…
Add table
Reference in a new issue