summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/coreboot/Kconfig')
-rw-r--r--arch/x86/cpu/coreboot/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig
new file mode 100644
index 0000000..e0e3c64
--- /dev/null
+++ b/arch/x86/cpu/coreboot/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_COREBOOT
+
+config SYS_COREBOOT
+ bool
+ default y
+
+config CBMEM_CONSOLE
+ bool
+ default y
+
+config VIDEO_COREBOOT
+ bool
+ default y
+
+endif