Skip to content

Commit 4afd3e8

Browse files
matthew-gerlachRuss Weight
authored andcommitted
dfl: add config fragment and readme
Add a directory that contains kernel configuration fragments for the Device Feature List driver framework. Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com> Signed-off-by: Russ Weight <russell.h.weight@intel.com>
1 parent b5d07a5 commit 4afd3e8

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

configs/n3000_d5005_defconfig

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
CONFIG_FPGA_DFL=m
2+
CONFIG_FPGA_DFL_FME=m
3+
CONFIG_FPGA_DFL_FME_MGR=m
4+
CONFIG_FPGA_DFL_FME_BRIDGE=m
5+
CONFIG_FPGA_DFL_FME_REGION=m
6+
CONFIG_FPGA_DFL_AFU=m
7+
CONFIG_FPGA_DFL_NIOS_INTEL_PAC_N3000=m
8+
CONFIG_FPGA_DFL_SPI_ALTERA=m
9+
CONFIG_FPGA_DFL_PCI=m
10+
CONFIG_FPGA_DFl_HSSI=m
11+
CONFIG_FPGA_DFL_INTEL_S10_IOPLL=m
12+
13+
CONFIG_FPGA=m
14+
CONFIG_FPGA_BRIDGE=m
15+
CONFIG_FPGA_REGION=m
16+
17+
CONFIG_FPGA_SEC_MGR=m
18+
CONFIG_IFPGA_M10_BMC_SECURE=m
19+
20+
CONFIG_UIO_DFL=m
21+
22+
CONFIG_SENSORS_INTEL_M10_BMC_HWMON=m
23+
CONFIG_MFD_INTEL_M10_BMC=m
24+
25+
CONFIG_SPI_ALTERA=m
26+
27+
CONFIG_FPGA_DFL_ETH_GROUP=m
28+
CONFIG_INTEL_S10_PHY=m
29+
CONFIG_INTEL_M10_BMC_RETIMER=m
30+
CONFIG_S10HSSI=m
31+
32+
CONFIG_REGMAP_MMIO=m
33+
34+
CONFIG_MEMORY=y
35+
CONFIG_FPGA_DFL_EMIF=m
36+
37+
CONFIG_IIO_INTERRUPT_TRIGGER=m

configs/readme.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
This directory contains linux kernel configuration fragments related to
2+
the Device Feature List (DFL) driver collection. By design the DFL driver
3+
collection is extendable, and it is anticipated that new drivers will be added
4+
to the collection.
5+
6+
The fragments are intended to be appended to a base kernel configuration.
7+
For example the following commands would configure the kernel source to
8+
support the Intel n3000 and d5005 PCIe cards:
9+
10+
# cd kernel_source_directory
11+
# cp /boot/config-`uname -r` .config
12+
# cat configs/n3000_d5005_defconfig >> .config
13+
# make olddefconfig
14+
15+
n3000_d5005_defconfig
16+
Default configuration for Intel n3000 and d5005 PCIe cards.

0 commit comments

Comments
 (0)