diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-09-30 20:26:18 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-10-05 23:30:48 +0300 |
commit | 57634f472fbec519b5993d972056d6cc0a020875 (patch) | |
tree | 6a7336e59576f0f91c0b2aa985639e1c7edabee6 /target/linux/bcm27xx/bcm2711 | |
parent | 6f787b62d0a206db36540421b80ec5530b49bde2 (diff) | |
download | upstream-57634f472fbec519b5993d972056d6cc0a020875.tar.gz upstream-57634f472fbec519b5993d972056d6cc0a020875.tar.bz2 upstream-57634f472fbec519b5993d972056d6cc0a020875.zip |
bcm27xx: add RPI_AXIPERF symbol
When KERNEL_PERF_EVENTS is enabled in OpenWrt, or PERF_EVENTS in the
kernel config, the RPI_AXIPERF is exposed. Add it to the subtarget
kernel configs to avoid build failures.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/bcm27xx/bcm2711')
-rw-r--r-- | target/linux/bcm27xx/bcm2711/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/bcm27xx/bcm2711/config-5.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/bcm2711/config-5.10 b/target/linux/bcm27xx/bcm2711/config-5.10 index 1829a5c29c..861dd1e58d 100644 --- a/target/linux/bcm27xx/bcm2711/config-5.10 +++ b/target/linux/bcm27xx/bcm2711/config-5.10 @@ -379,6 +379,7 @@ CONFIG_RESET_SIMPLE=y CONFIG_RFS_ACCEL=y CONFIG_RODATA_FULL_DEFAULT_ENABLED=y # CONFIG_RPIVID_MEM is not set +# CONFIG_RPI_AXIPERF is not set # CONFIG_RPI_POE_POWER is not set CONFIG_RPS=y CONFIG_RWSEM_SPIN_ON_OWNER=y diff --git a/target/linux/bcm27xx/bcm2711/config-5.4 b/target/linux/bcm27xx/bcm2711/config-5.4 index f9b172e7d6..55a7360caf 100644 --- a/target/linux/bcm27xx/bcm2711/config-5.4 +++ b/target/linux/bcm27xx/bcm2711/config-5.4 @@ -383,6 +383,7 @@ CONFIG_RESET_SIMPLE=y CONFIG_RFS_ACCEL=y CONFIG_RODATA_FULL_DEFAULT_ENABLED=y # CONFIG_RPIVID_MEM is not set +# CONFIG_RPI_AXIPERF is not set CONFIG_RPS=y CONFIG_RWSEM_SPIN_ON_OWNER=y CONFIG_SCSI=y |