diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2011-08-21 01:15:55 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-21 01:15:55 +0400 |
commit | 2e025c71ce3dbfb5ddb7f2e4bb67ac11b65f8dd2 (patch) | |
tree | fe25f21d36a1aca3445ce6d88c4416494afdfa46 /drivers/net/ethernet/davicom/Kconfig | |
parent | 823dcd2506fa369aeb8cbd26da5663efe2fda9a9 (diff) | |
download | linux-2e025c71ce3dbfb5ddb7f2e4bb67ac11b65f8dd2.tar.xz |
dm9000: define debug level as a module parameter
This change allows to get driver specific debug messages output
providing a module parameter. As far as the maximum level of verbosity
is too high, it is demoted by default.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/davicom/Kconfig')
-rw-r--r-- | drivers/net/ethernet/davicom/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/ethernet/davicom/Kconfig b/drivers/net/ethernet/davicom/Kconfig index 1809d25d6eda..73c5d2080f24 100644 --- a/drivers/net/ethernet/davicom/Kconfig +++ b/drivers/net/ethernet/davicom/Kconfig @@ -13,14 +13,6 @@ config DM9000 To compile this driver as a module, choose M here. The module will be called dm9000. -config DM9000_DEBUGLEVEL - int "DM9000 maximum debug level" - depends on DM9000 - default 4 - ---help--- - The maximum level of debugging code compiled into the DM9000 - driver. - config DM9000_FORCE_SIMPLE_PHY_POLL bool "Force simple NSR based PHY polling" depends on DM9000 |