diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-17 20:25:40 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-18 13:52:29 +1000 |
commit | 424305c3d3bb0ce26ef36df6bf2ab66db920f04a (patch) | |
tree | 7d6e816cc01db0e8b738fdf80830f2f778d8a718 | |
parent | 7441f9c598610cfb0964e09bcec75c19578f83f0 (diff) | |
download | meta-xilinx-424305c3d3bb0ce26ef36df6bf2ab66db920f04a.tar.gz |
linux/configs: Update zynqmp.cfg for newer kernels
* Fix up GPIOLIB to enable GPIO driver support
* Fix up USB configs
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynqmp.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynqmp.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynqmp.cfg index 3c50e481..ae562fa7 100644 --- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynqmp.cfg +++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynqmp.cfg | |||
@@ -15,6 +15,7 @@ CONFIG_RTC_DRV_ZYNQMP=y | |||
15 | CONFIG_MACB=y | 15 | CONFIG_MACB=y |
16 | 16 | ||
17 | # GPIO | 17 | # GPIO |
18 | CONFIG_GPIOLIB=y | ||
18 | CONFIG_GPIO_SYSFS=y | 19 | CONFIG_GPIO_SYSFS=y |
19 | CONFIG_GPIO_ZYNQ=y | 20 | CONFIG_GPIO_ZYNQ=y |
20 | 21 | ||
@@ -42,8 +43,8 @@ CONFIG_MMC_SDHCI_PLTFM=y | |||
42 | CONFIG_MMC_SDHCI_OF_ARASAN=y | 43 | CONFIG_MMC_SDHCI_OF_ARASAN=y |
43 | 44 | ||
44 | # USB | 45 | # USB |
46 | CONFIG_USB=y | ||
47 | CONFIG_USB_XHCI_HCD=y | ||
45 | CONFIG_USB_DWC3=y | 48 | CONFIG_USB_DWC3=y |
46 | CONFIG_USB_DWC3_ULPI=y | ||
47 | CONFIG_USB_OTG=y | ||
48 | CONFIG_USB_GADGET=y | 49 | CONFIG_USB_GADGET=y |
49 | 50 | ||