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

index 949a8348817de840e73c0869ce8ae7a79a3c2188..41a3405c6fe39de850b62605ab81e3eca9b5714d 100644 (file)
@@ -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