diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-05-30 18:46:21 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-05-30 18:46:21 +1000 |
commit | 2279521d641fae5148ca803e9c99258218cb5bbf (patch) | |
tree | d6c98c2ff2d4d41958a2781da21c09f99c8e71c9 | |
parent | 2475a0fb482c3c68303018340e68fc304b2be8b9 (diff) | |
download | meta-xilinx-2279521d641fae5148ca803e9c99258218cb5bbf.tar.gz |
linux/config: Update zynq7 fragments
Update the zynq7 fragments to include new configs available in
linux-xlnx and mainline kernels.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
3 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynq7.cfg b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynq7.cfg index ac8cdb29..2d34814b 100644 --- a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynq7.cfg +++ b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynq7.cfg | |||
@@ -12,3 +12,6 @@ CONFIG_SPI_ZYNQ_QSPI=y | |||
12 | CONFIG_MTD_NAND_PL353=y | 12 | CONFIG_MTD_NAND_PL353=y |
13 | CONFIG_MTD_NAND_PL35X=y | 13 | CONFIG_MTD_NAND_PL35X=y |
14 | 14 | ||
15 | # FPGA | ||
16 | CONFIG_XILINX_PR_DECOUPLER=y | ||
17 | |||
diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg index d82b8670..daffe670 100644 --- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg +++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg | |||
@@ -70,4 +70,6 @@ CONFIG_USB_GADGET=y | |||
70 | # FPGA | 70 | # FPGA |
71 | CONFIG_FPGA=y | 71 | CONFIG_FPGA=y |
72 | CONFIG_FPGA_MGR_ZYNQ_FPGA=y | 72 | CONFIG_FPGA_MGR_ZYNQ_FPGA=y |
73 | CONFIG_FPGA_REGION=y | ||
74 | CONFIG_FPGA_BRIDGE=y | ||
73 | 75 | ||
diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg index 93584875..bfc74460 100644 --- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg +++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg | |||
@@ -37,6 +37,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | |||
37 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | 37 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y |
38 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 38 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
39 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | 39 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y |
40 | CONFIG_CPUFREQ_DT=y | ||
40 | CONFIG_CPU_IDLE=y | 41 | CONFIG_CPU_IDLE=y |
41 | CONFIG_ARM_ZYNQ_CPUIDLE=y | 42 | CONFIG_ARM_ZYNQ_CPUIDLE=y |
42 | 43 | ||