mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
# Minimal configuration for a x230 to support flashrom, USB and networking
|
|
BOARD=x230.flash
|
|
|
|
CONFIG_COREBOOT=y
|
|
CONFIG_FLASHROM=y
|
|
CONFIG_PCIUTILS=y
|
|
CONFIG_MBEDTLS=y
|
|
CONFIG_QRENCODE=y
|
|
CONFIG_TPMTOTP=y
|
|
CONFIG_DROPBEAR=y
|
|
|
|
CONFIG_LINUX_USB=y
|
|
CONFIG_LINUX_E1000E=y
|
|
|
|
CONFIG_BOOTSCRIPT=/bin/x230-flash.init
|