defconfig: arm64: Enable app specific setting for MSM8996 on automotive
Enable support for app specific setting on MSM8996. This is required for providing an interface so that app specific settings can be applied / cleared. Change-Id: I2dc533aae99b3898db2d61f99c4c99877eb575d0 Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
This commit is contained in:
parent
856f969d44
commit
bff1ef9f13
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,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
|
||||
|
|
|
@ -43,6 +43,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