Skip to content
Snippets Groups Projects
Commit 101300b8 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

bcm4908: Deactivate pci feature


This target does not activate CONFIG_PCI kernel configuration option, do
not activate the PCI feature. This will deactivate some PCI drivers
which are not building without PCI support in the kernel.

If PCI_SUPPORT or PCIE_SUPPORT are activated in the kernel configuration
the feature flag will be automatically set by the build system again.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent be3fcd72
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk ...@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
ARCH:=aarch64 ARCH:=aarch64
BOARD:=bcm4908 BOARD:=bcm4908
BOARDNAME:=Broadcom BCM4908 (ARMv8A CPUs Brahma-B53) BOARDNAME:=Broadcom BCM4908 (ARMv8A CPUs Brahma-B53)
FEATURES:=squashfs nand usb pci pcie gpio FEATURES:=squashfs nand usb gpio
CPU_TYPE:=cortex-a53 CPU_TYPE:=cortex-a53
SUBTARGETS:=generic SUBTARGETS:=generic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment