mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
This commit drops the board specific defconfig in favor of proper BSP
support for the FriendlyARM NanoPi R2S to Infix as part of the default
Aarch64 build.
The name FriendlyARM was elected over FriendlyELEC ("new" name) to be
consistent with both kernel and Buildroot naming standards.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
config BR2_PACKAGE_FRIENDLYARM_NANOPI_R2S
|
|
bool "FriendlyElec NanoPi R2S"
|
|
depends on BR2_aarch64
|
|
select SDCARD_AUX
|
|
select BR2_PACKAGE_INPUT_EVENT_DAEMON
|
|
select BR2_PACKAGE_LINUX_FIRMWARE_RTL_815X
|
|
help
|
|
FriendlyElec NanoPi R2S is a compact router board based on
|
|
the Rockchip RK3328 SoC with dual Gigabit Ethernet ports.
|