Skip to content
Snippets Groups Projects
Commit b8d4497f authored by Michal Simek's avatar Michal Simek
Browse files

arm: zynq: Change Zynq/ZynqMP Kconfig description


Use more accurate description for Xilinx Zynq and ZynqMP based platforms.
With using driver model there shouldn't be a need to create separate
Kconfig config options.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent df4950e3
No related branches found
No related tags found
No related merge requests found
...@@ -738,7 +738,7 @@ config ARCH_VF610 ...@@ -738,7 +738,7 @@ config ARCH_VF610
imply NAND imply NAND
config ARCH_ZYNQ config ARCH_ZYNQ
bool "Xilinx Zynq Platform" bool "Xilinx Zynq based platform"
select BOARD_LATE_INIT select BOARD_LATE_INIT
select CPU_V7 select CPU_V7
select SUPPORT_SPL select SUPPORT_SPL
...@@ -764,7 +764,7 @@ config ARCH_ZYNQ ...@@ -764,7 +764,7 @@ config ARCH_ZYNQ
imply CMD_SPL imply CMD_SPL
config ARCH_ZYNQMP config ARCH_ZYNQMP
bool "Support Xilinx ZynqMP Platform" bool "Xilinx ZynqMP based platform"
select ARM64 select ARM64
select BOARD_LATE_INIT select BOARD_LATE_INIT
select DM select DM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment