summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86/coreboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/chromebook-x86/coreboot/Kconfig')
-rw-r--r--board/chromebook-x86/coreboot/Kconfig19
1 files changed, 19 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
OpenPOWER on IntegriCloud