diff options
Diffstat (limited to 'board/chromebook-x86/coreboot/Kconfig')
-rw-r--r-- | board/chromebook-x86/coreboot/Kconfig | 19 |
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 0000000..64cd347 --- /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 |