Skip to content
/ openwrt Public
forked from openwrt/openwrt

Commit

Permalink
generic: 6.6: disable EPAN support
Browse files Browse the repository at this point in the history
Enhanced Privileged Access Never (EPAN) is an ARMv8.7 feature, and since
we dont have any SoC-s implementing it lets disable it.

Link: openwrt#16211
Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
robimarko committed Aug 22, 2024
1 parent fca306c commit 9c0179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/generic/config-6.6
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
# CONFIG_ARM64_BTI is not set
CONFIG_ARM64_CNP=y
# CONFIG_ARM64_E0PD is not set
CONFIG_ARM64_EPAN=y
# CONFIG_ARM64_EPAN is not set
# CONFIG_ARM64_ERRATUM_1024718 is not set
# CONFIG_ARM64_ERRATUM_1165522 is not set
# CONFIG_ARM64_ERRATUM_1286807 is not set
Expand Down

0 comments on commit 9c0179f

Please sign in to comment.