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


Groups > linux.kernel > #1622497

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

From Randy Dunlap <rdunlap@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH -next] imx7: fix Kconfig warning and build errors
Date 2017-04-12 21:30 +0200
Message-ID <tvw7L-64-7@gated-at.bofh.it> (permalink)
References <tvvbH-7UV-7@gated-at.bofh.it> <tvvbH-7UV-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 04/12/17 11:26, Fabio Estevam wrote:
> 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?
> 

You want IMX7_PM_DOMAINS to be built without having
PM_GENERIC_DOMAINS enabled?

On x86, your suggestion works for me... because of this
in drivers/soc/Makefile:

obj-$(CONFIG_ARCH_MXC)		+= imx/

and I don't have CONFIG_ARCH_MXC, so the gpc* binaries are
not being built at all.  This might be a small bug.


-- 
~Randy

Back to linux.kernel | Previous | NextPrevious in thread | Next 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