diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-14 23:52:17 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-29 22:40:44 +0100 |
commit | 101300b842b6b94b4900b515c609969c0b35376c (patch) | |
tree | 711d1f442b0e1318b0f65f0ab39f30c0d3db64e2 /target/linux/bcm4908/Makefile | |
parent | be3fcd72e98844eb12b8dd9ae6c21f4d9c21ac3b (diff) | |
download | upstream-101300b842b6b94b4900b515c609969c0b35376c.tar.gz upstream-101300b842b6b94b4900b515c609969c0b35376c.tar.bz2 upstream-101300b842b6b94b4900b515c609969c0b35376c.zip |
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: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/bcm4908/Makefile')
-rw-r--r-- | target/linux/bcm4908/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile index 30186e27e7..59a4c2707f 100644 --- a/target/linux/bcm4908/Makefile +++ b/target/linux/bcm4908/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk ARCH:=aarch64 BOARD:=bcm4908 BOARDNAME:=Broadcom BCM4908 (ARMv8A CPUs Brahma-B53) -FEATURES:=squashfs nand usb pci pcie gpio +FEATURES:=squashfs nand usb gpio CPU_TYPE:=cortex-a53 SUBTARGETS:=generic |