Mercurial > flash_v2
diff packages/io/eth/current/cdl/eth_drivers.cdl @ 182:f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
| author | jlarmour |
|---|---|
| date | Wed, 12 Sep 2001 00:59:17 +0000 |
| parents | 391299f9e541 |
| children | 022f1e506033 |
line wrap: on
line diff
--- a/packages/io/eth/current/cdl/eth_drivers.cdl +++ b/packages/io/eth/current/cdl/eth_drivers.cdl @@ -23,7 +23,7 @@ # # The Initial Developer of the Original Code is Red Hat. # Portions created by Red Hat are -# Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +# Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. # All Rights Reserved. # ------------------------------------------- # @@ -145,6 +145,7 @@ cdl_package CYGPKG_IO_ETH_DRIVERS { cdl_option CYGSEM_IO_ETH_DRIVERS_WARN { display "Show driver warnings" + active_if CYGPKG_REDBOOT flavor bool default_value 0 description " @@ -155,6 +156,7 @@ cdl_package CYGPKG_IO_ETH_DRIVERS { cdl_option CYGSEM_IO_ETH_DRIVERS_DEBUG { display "Print driver debug information" + active_if CYGPKG_REDBOOT flavor booldata default_value { 0 != CYGPKG_REDBOOT ? 1 : 0} description "
