diff options
author | Corentin Labbe <[email protected]> | 2018-01-23 14:35:02 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-01-25 13:11:32 +0100 |
commit | dbff176ac7aaf6085f8f5ac8a4bdea3e15e069b6 (patch) | |
tree | 5b812ceea952ac374d47fee09568b58b89aca856 | |
parent | 1bb66049dacbe7a908fa004d3a9b7201cd328c1e (diff) |
staging: rtlwifi: remove unused RTLHALMAC_ST and RTLPHYDM_ST
Since nothing builds/depends on RTLHALMAC_ST and RTLPHYDM_ST, we could
remove them.
Furthermore, they are totally undocumented
Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/rtlwifi/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig index cb3a29ae764b..b6b03950987b 100644 --- a/drivers/staging/rtlwifi/Kconfig +++ b/drivers/staging/rtlwifi/Kconfig @@ -6,16 +6,6 @@ config R8822BE This is the staging driver for Realtek RTL8822BE 802.11ac PCIe wireless network adapters. -config RTLHALMAC_ST - tristate - depends on R8822BE - default m - -config RTLPHYDM_ST - tristate - depends on R8822BE - default m - config RTLWIFI_DEBUG_ST boolean depends on R8822BE |