mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
# Minimal configuration for a x230 to support flashrom, USB and networking
|
|
BOARD=x230.flash
|
|
|
|
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
|