Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1622462

Re: [PATCH -next] imx7: fix Kconfig warning and build errors

From Fabio Estevam <festevam@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH -next] imx7: fix Kconfig warning and build errors
Date 2017-04-12 20:30 +0200
Message-ID <tvvbH-7UV-5@gated-at.bofh.it> (permalink)
References <tvvbH-7UV-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Apr 12, 2017 at 3:22 PM, Randy Dunlap <rdunlap@infradead.org> wrote:

> --- linux-next-20170412.orig/drivers/soc/imx/Kconfig
> +++ linux-next-20170412/drivers/soc/imx/Kconfig
> @@ -2,6 +2,7 @@ menu "i.MX SoC drivers"
>
>  config IMX7_PM_DOMAINS
>         bool "i.MX7 PM domains"
> +       depends on PM
>         select PM_GENERIC_DOMAINS

Could this be:

select PM_GENERIC_DOMAINS if PM instead?

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH -next] imx7: fix Kconfig warning and build errors Fabio Estevam <festevam@gmail.com> - 2017-04-12 20:30 +0200
  Re: [PATCH -next] imx7: fix Kconfig warning and build errors Randy Dunlap <rdunlap@infradead.org> - 2017-04-12 21:30 +0200
    Re: [PATCH -next] imx7: fix Kconfig warning and build errors Fabio Estevam <festevam@gmail.com> - 2017-04-12 22:00 +0200

csiph-web