Kconfig (e84a324ba7950e88c0df4a2c656f533c723aeaae) | Kconfig (7769776a603f76ab1b7c1478f6cf8388b3cb5464) |
---|---|
1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool --- 794 unchanged lines hidden (view full) --- 803 select ARMV8_MULTIENTRY 804 select ARCH_MISC_INIT 805 help 806 Support for Freescale LS2080A_SIMU platform 807 The LS2080A Development System (QDS) is a pre silicon 808 development platform that supports the QorIQ LS2080A 809 Layerscape Architecture processor. 810 | 1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool --- 794 unchanged lines hidden (view full) --- 803 select ARMV8_MULTIENTRY 804 select ARCH_MISC_INIT 805 help 806 Support for Freescale LS2080A_SIMU platform 807 The LS2080A Development System (QDS) is a pre silicon 808 development platform that supports the QorIQ LS2080A 809 Layerscape Architecture processor. 810 |
811config TARGET_LS1088AQDS 812 bool "Support ls1088aqds" 813 select ARCH_LS1088A 814 select ARM64 815 select ARMV8_MULTIENTRY 816 select ARCH_MISC_INIT 817 select BOARD_LATE_INIT 818 help 819 Support for NXP LS1088AQDS platform 820 The LS1088A Development System (QDS) is a high-performance 821 development platform that supports the QorIQ LS1088A 822 Layerscape Architecture processor. 823 |
|
811config TARGET_LS2080AQDS 812 bool "Support ls2080aqds" 813 select ARCH_LS2080A 814 select ARM64 815 select ARMV8_MULTIENTRY 816 select BOARD_LATE_INIT 817 select SUPPORT_SPL 818 select ARCH_MISC_INIT --- 448 unchanged lines hidden --- | 824config TARGET_LS2080AQDS 825 bool "Support ls2080aqds" 826 select ARCH_LS2080A 827 select ARM64 828 select ARMV8_MULTIENTRY 829 select BOARD_LATE_INIT 830 select SUPPORT_SPL 831 select ARCH_MISC_INIT --- 448 unchanged lines hidden --- |