835-misc-owl_loader.patch 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. --- a/drivers/misc/Kconfig
  2. +++ b/drivers/misc/Kconfig
  3. @@ -150,6 +150,18 @@ config SGI_IOC4
  4. If you have an SGI Altix with an IOC4-based card say Y.
  5. Otherwise say N.
  6. +config OWL_LOADER
  7. + tristate "Owl loader for initializing Atheros PCI(e) Wifi chips"
  8. + depends on PCI
  9. + ---help---
  10. + This kernel module helps to initialize certain Qualcomm
  11. + Atheros' PCI(e) Wifi chips, which have the init data
  12. + (which contains the PCI device ID for example) stored
  13. + together with the calibration data in the file system.
  14. +
  15. + This is necessary for devices like the Cisco Meraki Z1, say M.
  16. + Otherwise say N.
  17. +
  18. config TIFM_CORE
  19. tristate "TI Flash Media interface support"
  20. depends on PCI
  21. --- a/drivers/misc/Makefile
  22. +++ b/drivers/misc/Makefile
  23. @@ -15,6 +15,7 @@ obj-$(CONFIG_BMP085_SPI) += bmp085-spi.o
  24. obj-$(CONFIG_DUMMY_IRQ) += dummy-irq.o
  25. obj-$(CONFIG_ICS932S401) += ics932s401.o
  26. obj-$(CONFIG_LKDTM) += lkdtm.o
  27. +obj-$(CONFIG_OWL_LOADER) += owl-loader.o
  28. obj-$(CONFIG_TIFM_CORE) += tifm_core.o
  29. obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
  30. obj-$(CONFIG_PHANTOM) += phantom.o