diff mbox series

[OpenWrt-Devel,1/2] imx6: 5.4: add missing kernel perf monitor symbol

Message ID 20200303120826.10793-1-ynezz@true.cz
State Accepted
Delegated to: Petr Štetiar
Headers show
Series [OpenWrt-Devel,1/2] imx6: 5.4: add missing kernel perf monitor symbol | expand

Commit Message

Petr Štetiar March 3, 2020, 12:08 p.m. UTC
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>
---
 target/linux/imx6/config-5.4 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/target/linux/imx6/config-5.4 b/target/linux/imx6/config-5.4
index b8f42b004469..6dcff248878a 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