forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add required architecture overrides to enable SAMA5 boards in Kconfig, add resulting missing symbols, reorder config and remove unrelated XEN setting. Signed-off-by: Jo-Philipp Wich <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# CONFIG_ARCH_MULTI_V4_V5 is not set | ||
# CONFIG_ARCH_MULTI_V5 is not set | ||
CONFIG_ARCH_MULTI_V7=y | ||
# CONFIG_ARM_LPAE is not set | ||
# CONFIG_ARM_THUMBEE is not set | ||
# CONFIG_CPU_ICACHE_DISABLE is not set | ||
# CONFIG_CPU_BPREDICT_DISABLE is not set | ||
CONFIG_SOC_SAMA5=y | ||
# CONFIG_SOC_SAM_V4_V5 is not set | ||
CONFIG_SOC_SAM_V7=y | ||
CONFIG_SOC_SAMA5D2=y | ||
CONFIG_SOC_SAMA5D3=y | ||
CONFIG_SOC_SAMA5D4=y | ||
CONFIG_MACH_SAMA5_DT=y | ||
# CONFIG_ARM_LPAE is not set | ||
# CONFIG_ARM_THUMBEE is not set | ||
CONFIG_PL310_ERRATA_588369=y | ||
CONFIG_PL310_ERRATA_727915=y | ||
CONFIG_PL310_ERRATA_753970=y | ||
CONFIG_PL310_ERRATA_769419=y | ||
# CONFIG_SWP_EMULATE is not set | ||
# CONFIG_CPU_ICACHE_DISABLE is not set | ||
# CONFIG_CPU_BPREDICT_DISABLE is not set | ||
# CONFIG_THUMB2_KERNEL is not set | ||
# CONFIG_XEN is not set |