Bump kernel to 4.4.120 and update e2fsprogs
[librecmc/librecmc.git] / target / linux / generic / patches-4.4 / 835-misc-owl_loader.patch
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  
7 +config OWL_LOADER
8 +       tristate "Owl loader for initializing Atheros PCI(e) Wifi chips"
9 +       depends on PCI
10 +       ---help---
11 +       This kernel module helps to initialize certain Qualcomm
12 +       Atheros' PCI(e) Wifi chips, which have the init data
13 +       (which contains the PCI device ID for example) stored
14 +       together with the calibration data in the file system.
15 +
16 +       This is necessary for devices like the Cisco Meraki Z1, say M.
17 +       Otherwise say N.
18 +
19  config TIFM_CORE
20         tristate "TI Flash Media interface support"
21         depends on PCI
22 --- a/drivers/misc/Makefile
23 +++ b/drivers/misc/Makefile
24 @@ -15,6 +15,7 @@ obj-$(CONFIG_BMP085_SPI)      += bmp085-spi.o
25  obj-$(CONFIG_DUMMY_IRQ)                += dummy-irq.o
26  obj-$(CONFIG_ICS932S401)       += ics932s401.o
27  obj-$(CONFIG_LKDTM)            += lkdtm.o
28 +obj-$(CONFIG_OWL_LOADER)       += owl-loader.o
29  obj-$(CONFIG_TIFM_CORE)        += tifm_core.o
30  obj-$(CONFIG_TIFM_7XX1)        += tifm_7xx1.o
31  obj-$(CONFIG_PHANTOM)          += phantom.o