Hauke Mehrtens
02fe942337
kernel: add arm64 erratums into config
...
Deactivate all the ARM64 erratums by default. The target code should
activate them if needed. This fixes a problem with a new erratum added
in kernel 4.9.17 breaking brcm2708.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-03-26 19:20:33 +02:00
Rafał Miłecki
cfc5b35dd4
kernel: disable DRM_HISI_KIRIN and USB_DWC3_OF_SIMPLE
...
They were triggering config prompts on brcm2710.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-22 14:22:35 +01:00
Rafał Miłecki
bf381f8f63
kernel: fix builds with kmod-drm-vc4 and CONFIG_SPI enabled
...
This fixes:
Samsung LD9040 RGB/SPI panel (DRM_PANEL_SAMSUNG_LD9040) [N/m] (NEW) aborted!
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-22 12:22:33 +01:00
Rafał Miłecki
61eeb21545
kernel: fix builds with kmod-drm-vc4 and kmod-backlight enabled
...
This fixes:
JDI LT070ME05000 WUXGA DSI panel (DRM_PANEL_JDI_LT070ME05000) [N/m/?] (NEW) aborted!
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-22 08:49:33 +01:00
Rafał Miłecki
fbf89732c4
brcm2708: add kmod-drm-vc4 package
...
It includes vc4 driver for Broadcom VideoCore IV GPU.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-21 23:44:24 +01:00
Rafał Miłecki
e41e1e6a2a
kernel: move disabling DRM symbols to the config file
...
This is the standard way we handle this. Please note (it seems) I could
drop few symbols as they are hidden under (disabled) DRM_LEGACY now.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-21 08:22:56 +01:00
Rafał Miłecki
b4d5132a35
kernel: disable CONFIG_BCM_IPROC_ADC by default
...
This fixes compiling issue on bcm53xx target with kmod-iio-core:
Broadcom IPROC ADC driver (BCM_IPROC_ADC) [N/m/?] (NEW)
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-21 07:16:42 +01:00
Felix Fietkau
6bada71e51
kernel: add missing config symbols for 4.9
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-03-16 11:29:03 +01:00
Felix Fietkau
772ec02a46
kernel: add missing config symbols for 4.9
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-03-14 13:28:04 +01:00
John Crispin
99d0633f24
kernel: add another missing TPM symbol
...
Signed-off-by: John Crispin <john@phrozen.org>
2017-03-11 08:27:10 +01:00
Felix Fietkau
2422f84b1b
kernel: disable deprecated CONFIG_USB_EHCI_ATH79 symbol
...
USB_EHCI_HCD_PLATFORM is used instead
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-03-07 11:37:50 +01:00
John Crispin
787cb58574
kernel: more tpm related symbols
...
Signed-off-by: John Crispin <john@phrozen.org>
2017-03-06 07:16:50 +01:00
Jonas Gorski
a1a0f3f275
kernel: sort generic configs
...
Use kconfig.pl to sort the generic configs and get rid of duplicate
entries.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2017-02-28 11:49:35 +01:00
John Crispin
d49ddcdfd2
kernel: add another missing TPM symbol
...
Signed-off-by: John Crispin <john@phrozen.org>
2017-02-27 14:51:43 +01:00
Felix Fietkau
4babc62dbd
kernel: fix TPM related config symbols for 4.9
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-02-27 13:55:36 +01:00
John Crispin
011798a0de
kernel: add missing HW_RANDOM_TPM symbol
...
Signed-off-by: John Crispin <john@phrozen.org>
2017-02-27 12:37:23 +01:00
Chris Blake
3fcc4b656a
kernel: Add TPM Module support
...
The following will enable the TPM kernel module, as well as support for
the atmel i2c TPM driver. Tested and confirmed working on an Aerohive
AP-121
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
2017-02-27 11:39:23 +01:00
Thibaut VARENE
890daca9e2
kernel: mtdsplit: Add support for Mikrotik NOR firmware
...
The RouterBOOT bootloader does not care where the kernel lives in the SPI
flash, all that matters is that the kernel is wrapped in the custom yaffs
container as generated by kernel2minor.
This container has a fixed signature as follows:
00000000 00 00 00 01 00 00 00 01 ff ff 6b 65 72 6e 65 6c |..........kernel|
This patch adds mtdsplit support for identifying that signature and
triggering the search for the rootfs. rootfs is expected at EB boundary since
we use wget mtd_find_rootfs_from(). We make no use of the yaffs file size
field because it contains invalid data in the image generated by kernel2minor.
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
2017-02-22 22:52:19 +01:00
John Crispin
a4efc9965c
mediatek: add more missing symbols
...
Signed-off-by: John Crispin <john@phrozen.org>
2017-02-16 20:25:47 +01:00
John Crispin
38f9d08f57
kernel: add missing symbol for v4.9
...
Signed-off-by: John Crispin <john@phrozen.org>
2017-02-15 09:11:11 +01:00
Felix Fietkau
fec57b40c3
kernel: add missing tracing related config symbols for linux 4.9
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-02-13 10:39:54 +01:00
Hauke Mehrtens
5c651b029e
kernel: fix kmod-rxrpc with kernel 4.9
...
rxkad will be build into af-rxrpc now and is of type boolean.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-02-12 13:55:45 +01:00
Hauke Mehrtens
d61a799528
kernel: add missing config option for kernel 4.9
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-02-11 23:28:18 +01:00
Hauke Mehrtens
11215fb23c
kernel: add rest controller option for kernel 4.9
...
Deactivate the reset controllers which could be activated on kernel 4.9
by default.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-02-11 23:28:13 +01:00
John Crispin
84e784671b
kernel: add missing symbols to generic/config-4.9
...
Signed-off-by: John Crispin <john@phrozen.org>
2017-02-11 06:52:32 +01:00
Álvaro Fernández Rojas
de1f83097a
generic: add missing symbols for linux 4.9
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-02-08 00:41:09 +01:00
Álvaro Fernández Rojas
989a0b4846
generic: add missing kernel symbols
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-02-07 23:00:08 +01:00
Felix Fietkau
91fce81df6
kernel: add missing config symbols for 4.9
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-02-06 11:56:57 +01:00
Felix Fietkau
f791fb4af4
kernel: add linux 4.9 support
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Tim Harvey <tharvey@gateworks.com> [fixes]
2017-02-04 20:28:14 +01:00