]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/coreboot/coreboot/Kconfig
x86: Rename chromebook-x86 to coreboot
[people/ms/u-boot.git] / board / coreboot / coreboot / Kconfig
diff --git a/board/coreboot/coreboot/Kconfig b/board/coreboot/coreboot/Kconfig
new file mode 100644 (file)
index 0000000..6ca6ced
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_COREBOOT
+
+config SYS_BOARD
+       default "coreboot"
+
+config SYS_VENDOR
+       default "coreboot"
+
+config SYS_SOC
+       default "coreboot"
+
+config SYS_CONFIG_NAME
+       default "coreboot"
+
+endif