Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73a2f125 authored by Gertjan van Wingerde's avatar Gertjan van Wingerde Committed by John W. Linville
Browse files

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: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Acked-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ac394917
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,12 +54,12 @@ config RT61PCI
	  When compiled as a module, this driver will be called rt61pci.

config RT2800PCI_PCI
	tristate
	boolean
	depends on PCI
	default y

config RT2800PCI_SOC
	tristate
	boolean
	depends on RALINK_RT288X || RALINK_RT305X
	default y

+0 −8
Original line number Diff line number Diff line
@@ -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.
 */