[RFC PATCH 4/7] pinctrl: sunxi: remove redundant "depends on RESET_CONTROLLER"
From: Linus Walleij <hidden>
Date: 2015-11-05 14:06:46
Also in:
linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2015-11-05 14:06:46
Also in:
linux-gpio, lkml
On Thu, Nov 5, 2015 at 2:40 PM, Linus Walleij [off-list ref] wrote:
On Thu, Nov 5, 2015 at 12:15 PM, Masahiro Yamada [off-list ref] wrote:quoted
ARCH_SUNXI selects RESET_CONTROLLER. The dependency "depends on RESET_CONTROLLER" is already met. Signed-off-by: Masahiro Yamada <redacted>NACK, this pin controller needs that as dependency, I don't worry that it's overspecified. They both do this: #include <linux/reset.h>
You could of course replace the depends with select in this file so the menu options don't get hidden, as seems to be the problem as described in 0/7. Yours, Linus Walleij