mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
Neither the Raspberry Pi 2B or the Microchip SAMA7G54-EK board have WiFi hardware by default so drop WiFi, and GPS, support to allow for smaller builds with only the bare essentials in kernel and system. Minimal builds in general don't need WiFi or GPS either, so let's disable them from all. This may become a central theme going forward, keeping the minimal builds ... minimal. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
372 B
Plaintext
10 lines
372 B
Plaintext
config BR2_PACKAGE_RASPBERRYPI_RPI64
|
|
bool "Raspberry Pi 64-bit (RPi3 and later)"
|
|
depends on BR2_aarch64
|
|
select SDCARD_AUX
|
|
select BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
|
|
help
|
|
Raspberry Pi 64-bit adds support for the Raspberry Pi family of
|
|
of single-board computers (SBC), RPi 3B and later, including the
|
|
Raspberry Pi 2W, which shares the same CPU core as RPi 3B.
|