3.1 Driver Source Code Integration

To integrate Microchip WILC device driver's source code into the kernel's build system, perform the following steps:

  1. Add the driver source code, including the Kconfig file under linux_root/drivers/net/wireless/microchip/wilc1000.
    Note: The WILCS02/ATWILC1000/ATWILC3000 all driver source code is located at the wilc1000 folder.
  2. Edit linux_root/drivers/net/wireless/Kconfig to add the path to the WILC's driver Kconfig source drivers/net/wireless/mchp/Kconfig.
  3. Edit linux_root/drivers/net/wireless/Makefile to add the WILC's driver source code obj-$(CONFIG_WLAN_VENDOR_MICROCHIP) += mchp/.