Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from jlaako/kernel-update
Browse files Browse the repository at this point in the history
Add config fragment for Broxton platform
  • Loading branch information
jlaako committed Apr 18, 2016
2 parents ae8b524 + b626770 commit fe88f72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipes-kernel/linux-yocto/linux-yocto/broxton.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# config items required by BXT but missing from the current generic config
CONFIG_PINCTRL_BROXTON=y
CONFIG_GPIO_GENERIC=y
CONFIG_MFD_INTEL_LPSS=y
CONFIG_MFD_INTEL_LPSS_ACPI=y
CONFIG_MFD_INTEL_LPSS_PCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_INTEL_IDMA64=y
CONFIG_USB_DWC2=m
CONFIG_USB_DWC2_PLATFORM=m
CONFIG_USB_DWC2_PCI=m
3 changes: 3 additions & 0 deletions recipes-kernel/linux-yocto/linux-yocto_4.4.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ SRC_URI_append_edison = " file://edison-iptables.cfg"

### Hardware support fragments

# generic support for Broxton platform
SRC_URI_append_intel-corei7-64 = " file://broxton.cfg"

# I2C sensors
SRC_URI_append_intel-quark = " file://sensors.cfg"
SRC_URI_append_edison = " file://sensors.cfg"
Expand Down

0 comments on commit fe88f72

Please sign in to comment.