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>
This commit is contained in:
Gertjan van Wingerde
2009-12-23 00:03:24 +01:00
committed by John W. Linville
parent ac394917f5
commit 73a2f1259e
2 changed files with 2 additions and 10 deletions
-8
View File
@@ -48,14 +48,6 @@
#include "rt2800.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.
*/