mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +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>
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
config BR2_PACKAGE_RASPBERRYPI_RPI2
|
|
bool "Raspberry Pi 2 Model B (32-bit ARMv7)"
|
|
depends on BR2_arm
|
|
select SDCARD_AUX
|
|
help
|
|
Support for the 32-bit ARMv7 Raspberry Pi 2B single-board computer
|
|
(SBC) with BCM2836 quad-core Cortex-A7 processor.
|
|
|
|
This was the only Raspberry Pi model with the BCM2836 and the rare
|
|
RPi 2B board revision v1.2 actually got an underclocked BCM2837,
|
|
which is the saem Cortex-A53 as the RPi3, but w/o wifi.
|