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 | 85b5dab2d61027535477e0e6d8d549f62e0ff221 (patch) | |
| tree | e73d2c30cd63b40ea1ca15657d209d1078e98dee | |
| parent | 2279521d641fae5148ca803e9c99258218cb5bbf (diff) | |
| download | meta-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.cfg | 22 | ||||
| -rw-r--r-- | recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynqmp.cfg | 13 |
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 |
| 44 | CONFIG_FPGA=y | 44 | CONFIG_FPGA=y |
| 45 | CONFIG_FPGA_MGR_ZYNQMP_FPGA=y | 45 | CONFIG_FPGA_MGR_ZYNQMP_FPGA=y |
| 46 | CONFIG_FPGA_REGION=y | ||
| 47 | CONFIG_FPGA_BRIDGE=y | ||
| 48 | CONFIG_XILINX_PR_DECOUPLER=y | ||
| 49 | |||
| 50 | # AMS | ||
| 51 | CONFIG_XILINX_AMS=y | ||
| 52 | |||
| 53 | # NVMEM | ||
| 54 | CONFIG_NVMEM=y | ||
| 55 | CONFIG_NVMEM_ZYNQMP=y | ||
| 56 | |||
| 57 | # Fabric Clock | ||
| 58 | CONFIG_STAGING=y | ||
| 59 | CONFIG_XILINX_FCLK=y | ||
| 60 | |||
| 61 | # Clock controllers | ||
| 62 | CONFIG_COMMON_CLK=y | ||
| 63 | CONFIG_COMMON_CLK_ZYNQMP=y | ||
| 64 | |||
| 65 | # Reset controller | ||
| 66 | CONFIG_RESET_CONTROLLER=y | ||
| 67 | CONFIG_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 | |||
| 11 | CONFIG_COMPAT=y | 11 | CONFIG_COMPAT=y |
| 12 | # CONFIG_COMPAT_BRK is not set | 12 | # CONFIG_COMPAT_BRK is not set |
| 13 | 13 | ||
| 14 | # CPU Frequency | ||
| 15 | CONFIG_CPU_FREQ=y | ||
| 16 | CONFIG_CPU_FREQ_STAT=y | ||
| 17 | CONFIG_CPU_FREQ_STAT_DETAILS=y | ||
| 18 | CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y | ||
| 19 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
| 20 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
| 21 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
| 22 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
| 23 | CONFIG_CPUFREQ_DT=y | ||
| 24 | CONFIG_CPU_IDLE=y | ||
| 25 | CONFIG_ARM_CPUIDLE=y | ||
| 26 | |||
