Message ID | 1475582179-5085-1-git-send-email-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 5fac7e8405a951f536dfcea09c6f6adb904a08a8 |
Headers | show |
On Tue, Oct 04, 2016 at 01:56:19PM +0200, Linus Walleij wrote: > This hides the option for people who do not want their Kconfig > vision cluttered (i.e. x86) and enables compile testing apart > from the supported main arch. > > Cc: Stephen Boyd <sboyd@codeaurora.org> > Cc: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > ARM SoC people: please apply this to next/drivers as well > or as a fix depending on timing. Applied to fixes. Thanks. -Olof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On 10/04, Linus Walleij wrote: > This hides the option for people who do not want their Kconfig > vision cluttered (i.e. x86) and enables compile testing apart > from the supported main arch. > > Cc: Stephen Boyd <sboyd@codeaurora.org> > Cc: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 7010dcac9328..78751057164a 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -111,6 +111,7 @@ config OMAP_OCP2SCP config QCOM_EBI2 bool "Qualcomm External Bus Interface 2 (EBI2)" depends on HAS_IOMEM + depends on ARCH_QCOM || COMPILE_TEST help Say y here to enable support for the Qualcomm External Bus Interface 2, which can be used to connect things like NAND Flash,
This hides the option for people who do not want their Kconfig vision cluttered (i.e. x86) and enables compile testing apart from the supported main arch. Cc: Stephen Boyd <sboyd@codeaurora.org> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- ARM SoC people: please apply this to next/drivers as well or as a fix depending on timing. --- drivers/bus/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel