summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-05-30 18:46:21 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-05-30 18:46:21 +1000
commit85b5dab2d61027535477e0e6d8d549f62e0ff221 (patch)
treee73d2c30cd63b40ea1ca15657d209d1078e98dee
parent2279521d641fae5148ca803e9c99258218cb5bbf (diff)
downloadmeta-xilinx-85b5dab2d61027535477e0e6d8d549f62e0ff221.tar.gz
linux/config: Update zynqmp config fragments
Update the zynqmp config fragments, adding new drivers available in linux-xlnx as well as some mainline available drivers. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg22
-rw-r--r--recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynqmp.cfg13
2 files changed, 35 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg
index 9e747449..62858ae8 100644
--- a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg
+++ b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg
@@ -43,4 +43,26 @@ CONFIG_MACB_EXT_BD=y
43# FPGA 43# FPGA
44CONFIG_FPGA=y 44CONFIG_FPGA=y
45CONFIG_FPGA_MGR_ZYNQMP_FPGA=y 45CONFIG_FPGA_MGR_ZYNQMP_FPGA=y
46CONFIG_FPGA_REGION=y
47CONFIG_FPGA_BRIDGE=y
48CONFIG_XILINX_PR_DECOUPLER=y
49
50# AMS
51CONFIG_XILINX_AMS=y
52
53# NVMEM
54CONFIG_NVMEM=y
55CONFIG_NVMEM_ZYNQMP=y
56
57# Fabric Clock
58CONFIG_STAGING=y
59CONFIG_XILINX_FCLK=y
60
61# Clock controllers
62CONFIG_COMMON_CLK=y
63CONFIG_COMMON_CLK_ZYNQMP=y
64
65# Reset controller
66CONFIG_RESET_CONTROLLER=y
67CONFIG_ZYNQMP_RESET_CONTROLLER=y
46 68
diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynqmp.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynqmp.cfg
index be79ad7d..072a3feb 100644
--- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynqmp.cfg
+++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynqmp.cfg
@@ -11,3 +11,16 @@ CONFIG_SMP=y
11CONFIG_COMPAT=y 11CONFIG_COMPAT=y
12# CONFIG_COMPAT_BRK is not set 12# CONFIG_COMPAT_BRK is not set
13 13
14# CPU Frequency
15CONFIG_CPU_FREQ=y
16CONFIG_CPU_FREQ_STAT=y
17CONFIG_CPU_FREQ_STAT_DETAILS=y
18CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
19CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
20CONFIG_CPU_FREQ_GOV_POWERSAVE=y
21CONFIG_CPU_FREQ_GOV_ONDEMAND=y
22CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
23CONFIG_CPUFREQ_DT=y
24CONFIG_CPU_IDLE=y
25CONFIG_ARM_CPUIDLE=y
26