[openwrt/openwrt] kernel/armsr: disable NXP i.MX9 PMU related option

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 23 07:16:40 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4468c2f4bd054be02f91d68ab42f9f08e79d199e

commit 4468c2f4bd054be02f91d68ab42f9f08e79d199e
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Mon Mar 18 10:51:21 2024 +1100

    kernel/armsr: disable NXP i.MX9 PMU related option
    
    This PMU (performance management unit) related kernel option
    can appear under certain kernel configurations (such as
    KVM being enabled).
    
    Disable them, as we do with other PMU-related options.
    
    Signed-off-by: Mathew McBride <matt at traverse.com.au>
---
 target/linux/armsr/armv8/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/armsr/armv8/config-6.6 b/target/linux/armsr/armv8/config-6.6
index aa5774a7b6..720af27da6 100644
--- a/target/linux/armsr/armv8/config-6.6
+++ b/target/linux/armsr/armv8/config-6.6
@@ -320,6 +320,7 @@ CONFIG_FRAME_POINTER=y
 # CONFIG_FSL_DPAA2_QDMA is not set
 CONFIG_FSL_ERRATUM_A008585=y
 # CONFIG_FSL_IMX8_DDR_PMU is not set
+# CONFIG_FSL_IMX9_DDR_PMU is not set
 # CONFIG_FSL_PQ_MDIO is not set
 CONFIG_FUJITSU_ERRATUM_010001=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y




More information about the lede-commits mailing list