Kconfig (19bde0316f2c58b3ab6357832790aee6ed7a4ad5) | Kconfig (48264d9beba2ccc18b9497944048eea135883529) |
---|---|
1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool --- 675 unchanged lines hidden (view full) --- 684 select CPU_PXA 685 686config TARGET_COLIBRI_PXA270 687 bool "Support colibri_pxa270" 688 select CPU_PXA 689 690config ARCH_UNIPHIER 691 bool "Socionext UniPhier SoCs" | 1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool --- 675 unchanged lines hidden (view full) --- 684 select CPU_PXA 685 686config TARGET_COLIBRI_PXA270 687 bool "Support colibri_pxa270" 688 select CPU_PXA 689 690config ARCH_UNIPHIER 691 bool "Socionext UniPhier SoCs" |
692 select CLK_UNIPHIER |
|
692 select CPU_V7 693 select SUPPORT_SPL 694 select SPL 695 select OF_CONTROL 696 select SPL_OF_CONTROL 697 select DM 698 select SPL_DM 699 select DM_SERIAL --- 161 unchanged lines hidden --- | 693 select CPU_V7 694 select SUPPORT_SPL 695 select SPL 696 select OF_CONTROL 697 select SPL_OF_CONTROL 698 select DM 699 select SPL_DM 700 select DM_SERIAL --- 161 unchanged lines hidden --- |