diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-26 00:34:02 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-26 00:34:02 +0000 |
commit | 8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf (patch) | |
tree | 101bc7bf56161ea26d98c0e2c12c5fd43b440b84 /package/pciutils | |
parent | ebcaf669f27d244cb6786f023312926dff6c100f (diff) |
Add help for packages without AVR32 support
Diffstat (limited to 'package/pciutils')
-rw-r--r-- | package/pciutils/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in index a082f2399..bc026602f 100644 --- a/package/pciutils/Config.in +++ b/package/pciutils/Config.in @@ -1,3 +1,6 @@ +comment "pciutils has no inherent support for AVR32" + depends on BR2_avr32 && BR2_PACKAGE_PCIUTILS + config BR2_PACKAGE_PCIUTILS bool "pciutils" help |