From: Srinivas Kandagatla Date: Tue, 19 Jun 2018 15:12:05 +0000 (+0100) Subject: slimbus: qcom: remove redundant depends in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ba883d90b1c8eccf8e315bd2a79ce6b0b2420d3b;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/slimbus/Kconfig b/drivers/slimbus/Kconfig index 1a632fad597e1..bfb78d9a6583f 100644 --- a/drivers/slimbus/Kconfig +++ b/drivers/slimbus/Kconfig @@ -15,7 +15,6 @@ if SLIMBUS # SLIMbus controllers config SLIM_QCOM_CTRL tristate "Qualcomm SLIMbus Manager Component" - depends on SLIMBUS depends on HAS_IOMEM help Select driver if Qualcomm's SLIMbus Manager Component is