Enable REGMAP_MMIO in kernel
The newer versions of the opae fpga driver requires it. As it is a hidden config option, we get it enabled indirectly by setting MFD_SYSCON. Change-Id: I9d97ab642ffffc2dff43ff1c1a591b0a52ad9c41 Story: 2006740 Task: 38742 Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
This commit is contained in:
parent
4ee637ce25
commit
8856c3f2b2
@ -1,4 +1,4 @@
|
||||
COPY_LIST="files/*"
|
||||
TIS_PATCH_VER=2
|
||||
TIS_PATCH_VER=3
|
||||
BUILD_IS_BIG=11
|
||||
BUILD_IS_SLOW=12
|
||||
|
@ -959,3 +959,6 @@ CONFIG_LOCK_TORTURE_TEST=n
|
||||
# Disable kernel memory accounting, which is broken
|
||||
CONFIG_MEMCG_KMEM=n
|
||||
|
||||
# Needed for opae fpga kernel module
|
||||
# as it turns on hidden option REGMAP_MMIO
|
||||
CONFIG_MFD_SYSCON=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
COPY_LIST="files/*"
|
||||
TIS_PATCH_VER=1
|
||||
TIS_PATCH_VER=2
|
||||
BUILD_IS_BIG=11
|
||||
BUILD_IS_SLOW=12
|
||||
|
@ -814,3 +814,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
|
||||
# Disable kernel memory accounting, which is broken
|
||||
CONFIG_MEMCG_KMEM=n
|
||||
|
||||
# Needed for opae fpga kernel module
|
||||
# as it turns on hidden option REGMAP_MMIO
|
||||
CONFIG_MFD_SYSCON=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user