diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-03-02 21:54:13 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-08 15:10:55 +0100 |
commit | 0543eb111081a5c1791e2d298db3ee4ea487c3bd (patch) | |
tree | 9ef89fee349601bea6a72e2b83465a819cdc16b7 /target/linux/imx6/config-5.4 | |
parent | 156bf9980e2420c1866110af1ef6e5a0592b75bf (diff) | |
download | upstream-0543eb111081a5c1791e2d298db3ee4ea487c3bd.tar.gz upstream-0543eb111081a5c1791e2d298db3ee4ea487c3bd.tar.bz2 upstream-0543eb111081a5c1791e2d298db3ee4ea487c3bd.zip |
imx6: 5.4: add missing kernel perf monitor symbol
Add missing kernel config symbol probably some dependency uncovered by
my local perf related and enabled kernel config options.
ARM PMU framework (ARM_PMU) [Y/n/?] y
Freescale i.MX8 DDR perf monitor (FSL_IMX8_DDR_PMU) [N/m/y/?] (NEW)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/imx6/config-5.4')
-rw-r--r-- | target/linux/imx6/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/config-5.4 b/target/linux/imx6/config-5.4 index b8f42b0044..6dcff24887 100644 --- a/target/linux/imx6/config-5.4 +++ b/target/linux/imx6/config-5.4 @@ -249,6 +249,7 @@ CONFIG_FIX_EARLYCON_MEM=y CONFIG_FSL_GUTS=y # CONFIG_FSL_QDMA is not set CONFIG_FS_ENCRYPTION=y +# CONFIG_FSL_IMX8_DDR_PMU is not set CONFIG_FS_IOMAP=y CONFIG_FS_MBCACHE=y CONFIG_FS_POSIX_ACL=y |