Skip to content
Snippets Groups Projects
Commit f13fe99c authored by Yongxin Liu's avatar Yongxin Liu Committed by Bruce Ashfield
Browse files

bsp/intel-x86: add support for the Intel PCH/PCU SPI controller


The Intel PCH/PCU SPI controller is present in modern Intel hardware and
is used to hold BIOS and other persistent settings. Using this driver it
is possible to upgrade BIOS directly from Linux.

Signed-off-by: default avatarYongxin Liu <yongxin.liu@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent f483260d
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,14 @@ CONFIG_SPI_PXA2XX_PCI=y
CONFIG_VT_HW_CONSOLE_BINDING=y
#
# MTD SPI
#
CONFIG_MTD_SPI_NOR=m
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
CONFIG_SPI_INTEL_SPI_PCI=m
CONFIG_SPI_INTEL_SPI_PLATFORM=m
# Bluetooth device drivers
CONFIG_BT_HCIBTUSB=m
......
......@@ -32,6 +32,7 @@ include features/hostapd/hostapd.scc
include features/latencytop/latencytop.scc
include features/uio/uio.scc
include features/spi/spi.scc
include features/mtd/mtd.scc
include features/spi/spidev.scc
include features/bluetooth/bluetooth.scc
include features/input/input.scc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment