diff mbox

[U-Boot] mach-zynq/Kconfig: Make SYS_VENDOR configurable

Message ID 1474880531-10951-1-git-send-email-mike.looijmans@topic.nl
State Accepted
Commit ba4ccf934818f367748ce136bfe16cc18ea5906b
Delegated to: Michal Simek
Headers show

Commit Message

Mike Looijmans Sept. 26, 2016, 9:02 a.m. UTC
Add a string description for SYS_VENDOR to allow configuring boards from
other vendors than just "xilinx".

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
 arch/arm/mach-zynq/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index a1175ee..4934fc8 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -28,6 +28,7 @@  config SYS_BOARD
 	default "zynq"
 
 config SYS_VENDOR
+	string "Vendor name"
 	default "xilinx"
 
 config SYS_SOC