summaryrefslogtreecommitdiff
path: root/board/chromebook-x86/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'board/chromebook-x86/coreboot')
-rw-r--r--board/chromebook-x86/coreboot/Kconfig19
-rw-r--r--board/chromebook-x86/coreboot/MAINTAINERS6
2 files changed, 25 insertions, 0 deletions
diff --git a/board/chromebook-x86/coreboot/Kconfig b/board/chromebook-x86/coreboot/Kconfig
new file mode 100644
index 0000000000..64cd347f31
--- /dev/null
+++ b/board/chromebook-x86/coreboot/Kconfig
@@ -0,0 +1,19 @@
+if TARGET_COREBOOT
+
+config SYS_BOARD
+ string
+ default "coreboot"
+
+config SYS_VENDOR
+ string
+ default "chromebook-x86"
+
+config SYS_SOC
+ string
+ default "coreboot"
+
+config SYS_CONFIG_NAME
+ string
+ default "coreboot"
+
+endif
diff --git a/board/chromebook-x86/coreboot/MAINTAINERS b/board/chromebook-x86/coreboot/MAINTAINERS
new file mode 100644
index 0000000000..3b2fb52266
--- /dev/null
+++ b/board/chromebook-x86/coreboot/MAINTAINERS
@@ -0,0 +1,6 @@
+COREBOOT BOARD
+M: Simon Glass <sjg@chromium.org>
+S: Maintained
+F: board/chromebook-x86/coreboot/
+F: include/configs/coreboot.h
+F: configs/coreboot-x86_defconfig