Commit Graph

191 Commits

Author SHA1 Message Date
Rudi Heitbaum
0e3afc0849 linux: gcc-13 kernel option DEBUG_INFO_COMPRESSED_ZSTD 2023-06-09 11:55:23 +00:00
Rudi Heitbaum
6608b526d6 linux (Allwinner arm): update .config for 6.3 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
7ecec5f61a linux (Allwinner aarch64): update .config for 6.3 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
af834a4c80 linux (Allwinner arm): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
82f1976ea0 linux (Allwinner aarch64): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Jernej Skrabec
43d6925e81 Allwinner: linux: enable rtw88 USB wifi drivers 2023-02-19 21:31:32 +01:00
Jernej Skrabec
cf4bc4c584 Allwinner: linux: Enable rfkill
It's needed by iwd.
2023-02-18 17:05:26 +01:00
Rudi Heitbaum
e7c9ae4d5d linux: enable CONFIG_NETFILTER_XT_MATCH_COMMENT
needed by iptables in podman using netavark stack
2023-02-07 08:17:17 +00:00
Rudi Heitbaum
bda61ac67d linux: add GCC11_NO_ARRAY_BOUNDS to .config 2023-01-24 08:16:41 +00:00
Rudi Heitbaum
c152a353d0 linux (Allwinner aarch64): tidy .config for auto set options 2023-01-24 08:12:19 +00:00
CvH
c9e386c1c5 Merge pull request #7336 from heitbaum/netfilter
kernel_options: add Netfilter section
2023-01-19 19:59:45 +01:00
Lorenz Brun
b4bc15edb9 linux: unify USB serial driver config
This was motivated by PL2303 being missing from RK3328 but I figured if
I am at it I might as well clean it up for all projects.
I took the config from Generic as it seemed sensible (includes all
common USB to serial dongles) and replicated it for all other projects.

For a few I disabled CONFIG_USB_SERIAL_GENERIC, that is only a testing
driver and should not be used productively anyways [1].

For Qualcomm I disabled a ton of drivers, but these were never
explicitly enabled in the first place, being active from the first
kernel config made for this project. Note that this change does not
affect platform drivers but only USB drivers so removing the Qualcomm
driver here is not a problem unless people want to debug other Qualcomm
hardware from their LibreELEC system.

Other than in those two instances the enabled options should be a
superset of what was previously enabled.

[1] https://elixir.bootlin.com/linux/v6.1.4/source/drivers/usb/serial/generic.c#L42
2023-01-12 00:54:05 +01:00
Rudi Heitbaum
c8fcaa88e5 linux (Allwinner arm): standardise docker options 2023-01-03 11:30:58 +00:00
Rudi Heitbaum
6055b2051c linux (Allwinner aarch64): standardise docker options 2023-01-03 11:30:58 +00:00
Rudi Heitbaum
3aa303ef52 linux (Allwinner arm): standardise netfilter options 2023-01-03 10:58:11 +00:00
Jernej Skrabec
107dbba62f Allwinner: linux: Add OrangePi 3 LTS support 2023-01-02 16:00:40 +01:00
CvH
c979b6a59f Merge pull request #7315 from heitbaum/crypto
Tidy up ARM Crypto options in kernel .conf files
2023-01-02 11:59:32 +01:00
Rudi Heitbaum
37e9fc88f5 linux (Allwinner aarch64): update crypto kernel options to supported ARMv8 CE and NEON 2022-12-31 22:55:36 +00:00
Rudi Heitbaum
1440a7dc31 kernel_options: add CONFIG_NINTENDO_FF=y 2022-12-30 03:47:11 +00:00
Jernej Škrabec
3a491ca1a9 Merge pull request #6649 from heitbaum/rtw88
RTW88: Add support for USB/SDIO variants
2022-12-26 19:56:25 +01:00
SupervisedThinking
5bb6f508f9 linux (all projects): build hid-nintendo module
- Adds support for the Nintendo Switch Joy-Cons and Pro Controller. All controllers support bluetooth, and the Pro Controller also supports its USB mode.
- https://cateee.net/lkddb/web-lkddb/HID_NINTENDO.html
2022-12-20 11:16:04 +01:00
Rudi Heitbaum
227ca1ecef linux (Allwinner aarch64): change .config HUGETLBFS is not set 2022-12-13 22:20:20 +00:00
Rudi Heitbaum
91ecfa7aa2 linux (Allwinner arm): update .config for 6.1-rc6 2022-12-12 18:49:09 +00:00
Rudi Heitbaum
f15aa5aa56 linux (Allwinner aarch64): update .config for 6.1-rc6 2022-12-12 18:49:09 +00:00
Rainer Dorsch
d5816a8258 linux: enable and unify VLAN_8021Q support over all projects/devices 2022-12-11 14:17:26 +01:00