Browse Source

slimbus: qcom: remove redundant depends in Kconfig

QCOM SLIMBus controller is already under a 'if SLIMBUS' in Kconfig,
having depends on SLIMBUS is totally redundant. Just remove it.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Srinivas Kandagatla 7 years ago
parent
commit
ba883d90b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/slimbus/Kconfig

+ 0 - 1
drivers/slimbus/Kconfig

@@ -15,7 +15,6 @@ if SLIMBUS
 # SLIMbus controllers
 # SLIMbus controllers
 config SLIM_QCOM_CTRL
 config SLIM_QCOM_CTRL
 	tristate "Qualcomm SLIMbus Manager Component"
 	tristate "Qualcomm SLIMbus Manager Component"
-	depends on SLIMBUS
 	depends on HAS_IOMEM
 	depends on HAS_IOMEM
 	help
 	help
 	  Select driver if Qualcomm's SLIMbus Manager Component is
 	  Select driver if Qualcomm's SLIMbus Manager Component is