]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/efi/efi-x86/Kconfig
x86: Add EFI board code
[karo-tx-uboot.git] / board / efi / efi-x86 / Kconfig
diff --git a/board/efi/efi-x86/Kconfig b/board/efi/efi-x86/Kconfig
new file mode 100644 (file)
index 0000000..fa609ba
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_EFI
+
+config SYS_BOARD
+       default "efi-x86"
+
+config SYS_VENDOR
+       default "efi"
+
+config SYS_SOC
+       default "efi"
+
+config SYS_CONFIG_NAME
+       default "efi-x86"
+
+endif