Skip to content

Commit

Permalink
conf: add support for HiFive/Unleashed
Browse files Browse the repository at this point in the history
  • Loading branch information
terpstra committed Feb 2, 2018
1 parent 6ddb0ba commit c31cf7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ CONFIG_SATA_SIL24=y
CONFIG_NETDEVICES=y
CONFIG_VIRTIO_NET=y
CONFIG_E1000E=y
CONFIG_NET_CADENCE=y
CONFIG_MACB=y
CONFIG_MICROSEMI_PHY=y
CONFIG_R8169=y
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
Expand Down Expand Up @@ -67,3 +70,5 @@ CONFIG_STRIP_ASM_SYMS=y
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_STACKTRACE=y
# CONFIG_CRYPTO_HW is not set
CONFIG_I2C=y
CONFIG_I2C_OCORES=y
5 changes: 5 additions & 0 deletions conf/linux_framebuffer_smp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ CONFIG_NET_CORE=y
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E1000E=y
CONFIG_NET_CADENCE=y
CONFIG_MACB=y
CONFIG_MICROSEMI_PHY=y
CONFIG_PCIE_XILINX=y
CONFIG_R8169=y
CONFIG_SCSI=y
Expand All @@ -84,6 +87,8 @@ CONFIG_EFI_PARTITION=y
CONFIG_ATA=y
CONFIG_SATA_AHCI=y
CONFIG_SATA_SIL24=y
CONFIG_I2C=y
CONFIG_I2C_OCORES=y

CONFIG_VT=y
CONFIG_DRM=y
Expand Down

0 comments on commit c31cf7f

Please sign in to comment.