tabris
5eb8bd0584
kernel config BPI-R4 / Modulize NFSD, CIFS, SMB_SERVER
2025-08-25 01:35:56 +08:00
tabris
02ac21609f
kernel config BPI-R4 / modulize XFS, BTRFS, F2FS, UDF, ISO9660, NTFS3, NTFS, and FUSE
2025-08-25 01:35:56 +08:00
tabris
f8e0908f7f
kernel config BPI-R4 / modulize REALTEK_PHY, ICPLUS_PHY, MAXLINEAR_GPHY
2025-08-25 01:35:56 +08:00
tabris
2b623ad5eb
kernel config BPI-R4 / add WIREGUARD, IFB, NETCONSOLE and TUN as modules
2025-08-25 01:35:56 +08:00
tabris
76f99581f9
kernel config BPI-R4 / modulize SCSI, SATA/PATA, LOOP, NBD, and ramdisk
2025-08-25 01:35:56 +08:00
tabris
25f00b3aa9
kernel config BPI-R4 / modulize BT & RFKILL
2025-08-25 01:35:56 +08:00
Igor
96b10be3c6
Drop CONFIG_CAN_TI_HECC module as it fails to compile ( #8534 )
...
* Drop CONFIG_CAN_TI_HECC module as it fails to compile
On other 32b configs
* Drop rk3588 collabora defconfig
* Drop CAN_TI_HECC from remaining as suggested by AI
2025-08-23 01:13:43 +02:00
Igor Pecovnik
10bd7ac43c
Drop CONFIG_CAN_TI_HECC module as it fails to compile
2025-08-22 18:44:37 +08:00
tabris
63ef82d227
move CONFIG_PCS_MTK_USXGMII near CONFIG_NET_MEDIATEK_SOC; I2C_SLAVE probably irrelevant
2025-08-21 17:10:11 +08:00
tabris
eb512c1b40
So I'm not completely convinced about CONFIG_ARM64_ERRATUM_858921, but
...
when doing my initial changes [enabled a bunch of PHYs, made NFS/SMB
etc modules... random stuff], I somehow enabled some errata fixes, and
this one showed up in dmesg.
The real star of the show I'm pretty sure is CONFIG_PCS_MTK_USXGMII.
Note, it cannot be a module, but on this platform we probably wouldn't
want it to be anyway. When I say "it can't", I'm saying it breaks the
build during the linker phase for vmlinux. Probably worth fixing, but
I'm unclear where to start, other than it's probably a Kconfig
dependency problem.
CONFIG_I2C_SLAVE_EEPROM came along for the ride b/c it possibly made
sense with SFPs. But I haven't tried a test build without it yet.
For the record: this works with both my AQS-107-B0C2-CX [an 802.3bz
SFP+] and my FS.com SFP-10GSR-85 "generic" SFP+.
2025-08-21 17:10:11 +08:00
Muhammed Efe Cetin
1523d9e9f8
nanopi-m6: add YX35 lcd support to edge kernel
2025-08-20 15:50:10 +08:00
Paolo Sabatino
9e30758977
Implement innosilicon phy usb3 driver for rk3328
...
source: https://patchwork.kernel.org/project/linux-rockchip/cover/20250115012628.1035928-1-pgwipeout@gmail.com/
2025-08-17 13:56:49 +02:00
Rafay Ahmed
214fd20892
Enable lte_em05 as a module ( closes : #8504 )
2025-08-16 20:34:00 +08:00
Rafay Ahmed
a6cfb44448
linux-rk35xx-vendor: Add and enable LTE em05 driver ( Enables support for WWAN cards in Rock 5T/5B+ ) ( #8484 )
...
* Added a patch to add the lte_em05 driver
Adds support for the Quectel M2 WWAN card on the Rock 5T/5B+.
* Enable CONFIG_LTE and LTE_RM310 + LTE_EM05
Enables the lte_rm310 and lte_em05 drivers (drivers/net/lte/).
* Delete patch/kernel/rk35xx-vendor-6.1/net-lte-add-lte-em05-driver.patch
Changes in the patch submitted to armbian/linux-rockchip . Only config change needed now after that gets approved.
2025-08-15 19:53:49 +02:00
Qvy-PNG
2adb3dbaa4
improve WiFi support for the sun50iw1 board family
...
- compile the 8723cs kernel module for Sunxi64 current and edge kernel
- run-tested on the Pine64
2025-08-13 18:43:32 +08:00
Patrick Yavitz
639811006d
SpacemiT: Add CONFIG_HW_RANDOM=y to EDGE defconfig
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-08-11 12:21:05 -04:00
Patrick Yavitz
1e1a42ad2b
SpacemiT: Activate AppArmor in the EDGE defconfig
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-08-11 12:21:05 -04:00
Patrick Yavitz
1dee550888
SpacemiT: Add edge defconfig
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-08-11 12:21:05 -04:00
Lane Jennison
2080f24aef
linux-uefi-arm64-cloud.config: enable ACPI so things boot
2025-08-11 18:26:11 +08:00
Ricardo Pardini
27262ada13
linux-uefi-arm64-cloud.config: update config, no changes
2025-08-11 18:26:11 +08:00
juanesf
83f33fa122
Migrate Radxa Cubie A5E to mainline 6.16 ( #8447 )
...
* migrate u-boot and kernel to mainline
* Add patches for 6.17
* fix compile for patches addes
* Orderer patches, switch kernel config to sunxi64, recreate some patches for fix build
* Update linux-sunxi64-edge.config after pm-domain & sun55i-gmac200 activate
* enable wifi and bluetooth
* revert linux-sunxi64-edge.config
- Revert linux-sunxi64-edge.config
- Add modules: CONFIG_IOMMUFD, CONFIG_SUN50I_IOMMU, CONFIG_SUN55I_PCK600.
* drop sunxi-dev-6.14 and cleanup involved patches
* Update radxa-cubie-a5e.csc
make change proposed by igorpecovnik
2025-08-07 22:17:15 +02:00
Jianfeng Liu
fb363e8829
add initial loong64 support
2025-08-04 17:34:24 +08:00
Igor
8141ce38a6
BLK_DEV_DM is set as a module (m) while DM_INIT is forced built-in (y)
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-30 08:15:01 +02:00
Patrick Yavitz
84c0b23e01
Sunxi64: Add CONFIG_THERMAL_GOV_USER_SPACE=y
...
Noticed dmesg error on the Tritium H5
[ 2.354290] thermal thermal_zone0: binding cdev cpufreq-cpu0 to trip 3 failed: -22
[ 2.354350] thermal thermal_zone0: binding cdev cpufreq-cpu0 to trip 4 failed: -22
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
793030a869
Sunxi64: Correct invalid symbol value 'm'
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
6676bd04bf
Sunxi64: Change some usb net drivers from =y to =m
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
98f792136e
Sunxi64: Switch some drivers from =y to =m
...
Resolve some nitpicks to appease our AI overload
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
8610013bc2
Sunxi64: Add CONFIG_TARGET_CORE=m
...
CONFIG_TCM_IBLOCK=m
CONFIG_TCM_FILEIO=m
CONFIG_TCM_PSCSI=m
CONFIG_LOOPBACK_TARGET=m
CONFIG_ISCSI_TARGET=m
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
3dd9a2fb7b
Sunxi64: Add CONFIG_MOTORCOMM_PHY=y
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
865265ff62
Sunxi64: Update CONFIG_INPUT* JOYSTICK and MOUSE
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
47aedd86b9
Sunxi64: Bring back USB_NET_DRIVERS* and other misc
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
4a12c64fc8
Sunxi64: Set CONFIG_PREEMPT=y and CONFIG_CONNECTOR=y
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
456825942c
REVERT: linux-sunxi64-current.config to d502356
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
c352a17a9f
Sunxi64: Update CONFIG_NET, NFS and misc
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
51dd2f3b69
Sunxie64: Remove CONFIG_VIRTIO_FS=m
...
Come back to it at a later date.
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Patrick Yavitz
603f12a087
Sunxi64: Enable more I2C, IIO, SENSORS and other misc bits
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-30 08:15:01 +02:00
Paolo Sabatino
96fe7dee19
bump rockchip edge to kernel 6.16
2025-07-28 20:45:52 +08:00
Hsun Lai
2576cd1d8e
add community support for MediaTek Filogic device (BananaPi R4 Router)
2025-07-26 08:49:45 +02:00
SuperKali
0db3964abd
cloud-images: add wireguard support kernel side
2025-07-24 18:34:54 +02:00
Patrick Yavitz
29f6dc14a2
Sunxi64: Enable additional CONFIG_NET* modules
...
Also:
CONFIG_W1_MASTER_UART=m
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-23 06:27:33 -04:00
Patrick Yavitz
556e638982
Sunxi64: Enable CONFIG_PPS_CLIENT_*
...
Also tick on:
CONFIG_SPI_LOOPBACK_TEST=m
CONFIG_SPI_SLAVE=y
CONFIG_SPI_SLAVE_TIME=m
CONFIG_SPI_SLAVE_SYSTEM_CONTROL=m
CONFIG_SPMI=y
CONFIG_SPMI_HISI3670=m
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-21 18:43:44 +02:00
Patrick Yavitz
1d89b0e1e0
Sunxi64: Update CONFIG_SECURITY
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-20 11:58:13 -04:00
Patrick Yavitz
a359c5808d
Sunxi64: Set DRM_PANFROST/LIMA to =m
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-20 11:58:13 -04:00
Ayush
b14ca1137f
config: kernel: linux-k3-beagle-current-rt: Enable M4 remoteporc ( #8395 )
...
- PocketBeagle 2 and BeaglePlay requires this driver.
- The M4 core supports ZephyrRTOS and FreeRTOS along with bare-metal.
- Is already enabled in current and edge branch
Signed-off-by: Ayush Singh <ayush@beagleboard.org >
2025-07-18 11:30:07 -05:00
Ayush Singh
78bb6fec02
config: boards: pocketbeagle2: Add current-rt branch
...
- Using RT kernel is a common thing on pocketbeagle 2. So add current-rt
branch similar to what is being done for the base k3 family.
Signed-off-by: Ayush Singh <ayush@beagleboard.org >
2025-07-18 17:48:43 +02:00
Hsun Lai
ae6c70aa3e
remove unused kernel config
2025-07-18 17:42:53 +02:00
Ayush
26100134eb
Enable M4 remoteporc on K3 BeagleBoards ( #8378 )
...
- PocketBeagle 2 and BeaglePlay requires this driver.
- The M4 core supports ZephyrRTOS and FreeRTOS along with bare-metal.
Signed-off-by: Ayush Singh <ayush@beagleboard.org >
2025-07-18 09:56:46 -05:00
Exodus
7df44a4fbc
Sunxi64:enable CONFIG_KEYBOARD_*
...
enable CONFIG_KEYBOARD_SUN4I_LRADC needed by keys overlay for orangepizero2w expansion board
2025-07-16 12:04:14 -04:00
Patrick Yavitz
ca607502c8
Sunxi64: Add INPUT_TOUCHSCREEN and INPUT_MISC
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-16 10:59:56 -04:00
Patrick Yavitz
26640e54a3
Sunxi64: Update CONFIG_CAN_* and CONFIG_CPU_FREQ_*
...
https://github.com/armbian/build/pull/8368#pullrequestreview-3020920865
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-07-16 04:11:36 -04:00