pciutils: disallow on Blackfin
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 May 2014 15:48:09 +0000 (17:48 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 May 2014 20:20:35 +0000 (22:20 +0200)
Even though some Blackfin processors have PCI interfaces, the PCI
support is not supported by the Linux kernel: it has been marked as
broken since 2008. This means there's probably little interest for PCI
on Blackfin, and consequently little interest about getting pciutils
to build.

Fixes http://autobuild.buildroot.net/results/a27/a27ce61967ef8f780887f7681c8b0edd91656be6/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/iprutils/Config.in
package/pciutils/Config.in

index a7e3cb3c43f6042f63fb773a3408a9240e7f5707..1bc58e814b573b939471a2c7e29ae7ace6bede7c 100644 (file)
@@ -6,6 +6,7 @@ config BR2_PACKAGE_IPRUTILS
        select BR2_PACKAGE_NCURSES_TARGET_MENU
        select BR2_PACKAGE_LIBSYSFS
        select BR2_PACKAGE_PCIUTILS
+       depends on !BR2_bfin # pciutils
        help
          System utilities for IBM Power RAID devices
 
index a082f239977dc43f71b6e77a08dd1380f0e13330..d46df6c0d64df60419952464d51de77288956dff 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_PCIUTILS
        bool "pciutils"
+       # PCI not supported on Blackfin
+       depends on !BR2_bfin
        help
          Various utilities dealing with the PCI bus.
          Provides things like setpci and lspci.