Skip to content

Commit

Permalink
x230-htop-verification board: clarification on x230 board differences.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Sep 23, 2020
1 parent b1886f3 commit 711ad4b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion boards/x230-hotp-verification/x230-hotp-verification.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Configuration for a x230-hotp-verification (Nitrokey/Purism USB Security dongle enabled HOTP support)
# running Qubes and other OSes
# running Qubes and other OSes.
#
# Deactivated to fit in coreboot's CONFIG_CBFS_SIZE=0x700000 :
# dropbear support(ssh client/server)
# e1000e (ethernet driver)
#
# Addition vs standard x230 board config:
# HOTP_KEY: HOTP challenge for currently supported USB Security dongles
export CONFIG_COREBOOT=y
export CONFIG_COREBOOT_VERSION=4.8.1
export CONFIG_LINUX_VERSION=4.14.62
Expand Down Expand Up @@ -28,7 +35,9 @@ CONFIG_HOTPKEY=y

CONFIG_LINUX_USB=y

#SSH client/server
CONFIG_DROPBEAR=n
#Ethernet driver (Heads only)
CONFIG_LINUX_E1000E=n

export CONFIG_TPM=y
Expand Down

0 comments on commit 711ad4b

Please sign in to comment.