[meta-xilinx] [PATCH 2/2] linux/configs: Update zynqmp.cfg for newer kernels

Nathan Rossi nathan at nathanrossi.com
Sun Jan 17 19:58:37 PST 2016


* Fix up GPIOLIB to enable GPIO driver support
* Fix up USB configs

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 .../linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynqmp.cfg     | 5 +++--
 1 file 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 3c50e48..ae562fa 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
 CONFIG_MACB=y
 
 # GPIO
+CONFIG_GPIOLIB=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_ZYNQ=y
 
@@ -42,8 +43,8 @@ CONFIG_MMC_SDHCI_PLTFM=y
 CONFIG_MMC_SDHCI_OF_ARASAN=y
 
 # USB
+CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_DWC3=y
-CONFIG_USB_DWC3_ULPI=y
-CONFIG_USB_OTG=y
 CONFIG_USB_GADGET=y
 
-- 
2.7.0.rc3




More information about the meta-xilinx mailing list