diff options
| author | Mathew McBride | 2024-03-17 23:51:21 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-06-23 14:15:28 +0000 |
| commit | 4468c2f4bd054be02f91d68ab42f9f08e79d199e (patch) | |
| tree | 948e105702b403403f68c59a9e2bb623cea338c1 | |
| parent | 7d71c03ab188a58d74d6cdbeabb38b70ead2c74b (diff) | |
| download | openwrt-4468c2f4bd054be02f91d68ab42f9f08e79d199e.tar.gz | |
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@traverse.com.au>
| -rw-r--r-- | target/linux/armsr/armv8/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |