浏览代码

rt2x00: convert RT2800PCI_PCI and RT2800PCI_SOC Kconfig symbols to booleans.

There is no need for Kconfig symbols RT2800PCI_PCI and RT2800PCI_SOC to be
tristates, as they are only used to check whether RT2800 PCI or SOC support
is to be compiled in.

Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Gertjan van Wingerde 15 年之前
父节点
当前提交
73a2f1259e
共有 2 个文件被更改,包括 2 次插入10 次删除
  1. 2 2
      drivers/net/wireless/rt2x00/Kconfig
  2. 0 8
      drivers/net/wireless/rt2x00/rt2800pci.c

+ 2 - 2
drivers/net/wireless/rt2x00/Kconfig

@@ -54,12 +54,12 @@ config RT61PCI
 	  When compiled as a module, this driver will be called rt61pci.
 	  When compiled as a module, this driver will be called rt61pci.
 
 
 config RT2800PCI_PCI
 config RT2800PCI_PCI
-	tristate
+	boolean
 	depends on PCI
 	depends on PCI
 	default y
 	default y
 
 
 config RT2800PCI_SOC
 config RT2800PCI_SOC
-	tristate
+	boolean
 	depends on RALINK_RT288X || RALINK_RT305X
 	depends on RALINK_RT288X || RALINK_RT305X
 	default y
 	default y
 
 

+ 0 - 8
drivers/net/wireless/rt2x00/rt2800pci.c

@@ -48,14 +48,6 @@
 #include "rt2800.h"
 #include "rt2800.h"
 #include "rt2800pci.h"
 #include "rt2800pci.h"
 
 
-#ifdef CONFIG_RT2800PCI_PCI_MODULE
-#define CONFIG_RT2800PCI_PCI
-#endif
-
-#ifdef CONFIG_RT2800PCI_SOC_MODULE
-#define CONFIG_RT2800PCI_SOC
-#endif
-
 /*
 /*
  * Allow hardware encryption to be disabled.
  * Allow hardware encryption to be disabled.
  */
  */