Commit bdc48ec6 authored by Bhaskar Upadhaya's avatar Bhaskar Upadhaya Committed by York Sun
Browse files

armv8/kconfig: Align boards of same family at one place



Align boards belonging to LS1012A, LS2080A SoC at one place.
Signed-off-by: default avatarBhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 3dde8f20
...@@ -85,11 +85,12 @@ endmenu ...@@ -85,11 +85,12 @@ endmenu
config PSCI_RESET config PSCI_RESET
bool "Use PSCI for reset and shutdown" bool "Use PSCI for reset and shutdown"
default y default y
depends on !ARCH_EXYNOS7 && !ARCH_BCM283X && !TARGET_LS2080A_EMU && \ depends on !ARCH_EXYNOS7 && !ARCH_BCM283X && \
!TARGET_LS2080A_SIMU && !TARGET_LS2080AQDS && \ !TARGET_LS2080A_SIMU && !TARGET_LS2080AQDS && \
!TARGET_LS2080ARDB && !TARGET_LS1012AQDS && \ !TARGET_LS2080ARDB && !TARGET_LS2080A_EMU && \
!TARGET_LS1088ARDB && !TARGET_LS1088AQDS && \ !TARGET_LS1088ARDB && !TARGET_LS1088AQDS && \
!TARGET_LS1012ARDB && !TARGET_LS1012AFRDM && \ !TARGET_LS1012ARDB && !TARGET_LS1012AFRDM && \
!TARGET_LS1012AQDS && \
!TARGET_LS1043ARDB && !TARGET_LS1043AQDS && \ !TARGET_LS1043ARDB && !TARGET_LS1043AQDS && \
!TARGET_LS1046ARDB && !TARGET_LS1046AQDS && \ !TARGET_LS1046ARDB && !TARGET_LS1046AQDS && \
!TARGET_LS2081ARDB && \ !TARGET_LS2081ARDB && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment