projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e7fd4
)
modify net Kconfig
author
刘益星
<lyx@rock-chips.com>
Fri, 28 May 2010 08:58:14 +0000
(08:58 +0000)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 21 Jun 2010 05:35:18 +0000
(13:35 +0800)
drivers/net/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index 949a8348817de840e73c0869ce8ae7a79a3c2188..41a3405c6fe39de850b62605ab81e3eca9b5714d 100644
(file)
--- 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