Hi there
I recently used ZYNQ to drive a WiFi module, and the driver of this module requires PCI support in linux kernel. But in linux-digilent-3.3.0-digilent-12.07-zed-beta kernel, after I run 'make ARCH=arm digilent_zed_defconfig', there seems to be no PCI support in the MENUCONFIG. When I add 'select PCI' in the arch/arm/Kconfig below CONFIG_ZYNQ, it appears in the kernel MENUCONFIG page, but still it won't work with the Wifi module. Is there anyone who knows who to enable in the linux kernel after running digilent_zed_defconfig.
Thanks a lot!