mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
This commit consolidates all BSP support files into the Buildroot standard board/ directory. The concept of selectable boards in menuconfig remains as-is but now lives in board/ instead. Drop support for board-specific post-build.sh scripts, not needed atm. and we should really use Buildroot _POST_INSTALL_HOOKS in the board .mk files instead. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
13 lines
461 B
Plaintext
13 lines
461 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_FEATURE_WIFI
|
|
select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
|
|
select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI
|
|
|
|
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.
|