diff options
Diffstat (limited to 'src/mainboard/purism/librem13/Kconfig')
-rw-r--r-- | src/mainboard/purism/librem13/Kconfig | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/src/mainboard/purism/librem13/Kconfig b/src/mainboard/purism/librem13/Kconfig new file mode 100644 index 0000000000..3599e4901a --- /dev/null +++ b/src/mainboard/purism/librem13/Kconfig @@ -0,0 +1,57 @@ +if BOARD_PURISM_LIBREM13 + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + select BOARD_ROMSIZE_KB_8192 + select EC_PURISM_LIBEM + select HAVE_ACPI_RESUME + select HAVE_ACPI_TABLES + select INTEL_INT15 + select SOC_INTEL_BROADWELL + +config DRIVERS_PS2_KEYBOARD + def_bool y + help + Default PS/2 Keyboard to enabled on this board. + +config DRIVERS_UART_8250IO + def_bool n + help + This platform does not have any way to get standard + serial output so disable it by default. + +config HAVE_IFD_BIN + bool + default n + +config HAVE_ME_BIN + bool + default n + +config MAINBOARD_DIR + string + default purism/librem13 + +config MAINBOARD_PART_NUMBER + string + default "Librem 13" + +config MAX_CPUS + int + default 8 + +config NO_POST + def_bool y + help + This platform does not have any way to see POST codes + so disable them by default. + +config PRE_GRAPHICS_DELAY + int + default 50 + +config VGA_BIOS_ID + string + default "8086,1616" + +endif |