From: 刘益星 Date: Fri, 28 May 2010 08:58:14 +0000 (+0000) Subject: modify net Kconfig X-Git-Tag: firefly_0821_release~11451 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e74543f6e1882870641a3805161af6ebbde81686;p=firefly-linux-kernel-4.4.55.git modify net Kconfig --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 949a8348817d..41a3405c6fe3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -947,6 +947,17 @@ config DM9000_DEBUGLEVEL The maximum level of debugging code compiled into the DM9000 driver. +if DM9000 +choice + prompt "choose control" + config DM9000_USE_NAND_CONTROL + tristate "DM9000 with NANDC Interface" + + config DM9000_USE_NOR_CONTROL + tristate "DM9000 with NOR Interface" +endchoice +endif + config DM9000_FORCE_SIMPLE_PHY_POLL bool "Force simple NSR based PHY polling" depends on DM9000