On 06/02/2016 10:21 AM, Scott Branden wrote:
>
>
> On 16-06-02 10:12 AM, Gerd Hoffmann wrote:
>>> There is no need to add ARCH_BCM though?
>>
>> There are Makefile(s) with
>>
>> obj-$(CONFIG_ARCH_BCM) += bcm/
>>
>> in drivers/pinctrl for example, maybe more, didn't check the whole tree.
On Thu, Jun 02, 2016 at 08:45:36AM +0200, Gerd Hoffmann wrote:
> > > +config ARCH_BCM2835
> > > + bool "Broadcom BCM2835 family"
> > > + depends on ARCH_BCM
> > > + select ARCH_REQUIRE_GPIOLIB
> > > + select CLKSRC_OF
> > > + select PINCTRL
> > > + select PINCTRL_BCM2835
> > > + select ARM_AMBA
> >
On 16-06-02 10:12 AM, Gerd Hoffmann wrote:
There is no need to add ARCH_BCM though?
There are Makefile(s) with
obj-$(CONFIG_ARCH_BCM) += bcm/
in drivers/pinctrl for example, maybe more, didn't check the whole tree.
So without ARCH_BCM some drivers are dropped from the build ...
> There is no need to add ARCH_BCM though?
There are Makefile(s) with
obj-$(CONFIG_ARCH_BCM) += bcm/
in drivers/pinctrl for example, maybe more, didn't check the whole tree.
So without ARCH_BCM some drivers are dropped from the build ...
cheers,
Gerd
Reply inline.
On 16-06-02 09:25 AM, Ray Jui wrote:
On 6/1/2016 11:45 PM, Gerd Hoffmann wrote:
config ARCH_BCM2835
bool "Broadcom BCM2835 family"
-depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
+depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 || ARM64
Humm, what does that achieve?
Nothi
On 6/1/2016 11:45 PM, Gerd Hoffmann wrote:
config ARCH_BCM2835
bool "Broadcom BCM2835 family"
- depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
+ depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 || ARM64
Humm, what does that achieve?
Nothing ;)
Slipped through unnoticed, I'll drop
> > config ARCH_BCM2835
> > bool "Broadcom BCM2835 family"
> > - depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
> > + depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 || ARM64
>
> Humm, what does that achieve?
Nothing ;)
Slipped through unnoticed, I'll drop it.
> > +config ARCH_BCM
> > + bool "B
From: Eric Anholt
Signed-off-by: Eric Anholt
[ kraxel: copy some selects from arm to arm64 ]
[ kraxel: add CONFIG_ARCH_BCM, needed for some "depends on ARCH_BCM" ]
Signed-off-by: Gerd Hoffmann
---
arch/arm/mach-bcm/Kconfig| 2 +-
arch/arm64/Kconfig.platforms | 20
2
On 06/01/2016 02:43 PM, Gerd Hoffmann wrote:
> From: Eric Anholt
>
> Signed-off-by: Eric Anholt
>
> [ kraxel: copy some selects from arm to arm64 ]
> [ kraxel: add CONFIG_ARCH_BCM, needed for some "depends on ARCH_BCM" ]
>
> Signed-off-by: Gerd Hoffmann
> ---
> arch/arm/mach-bcm/Kconfig|
9 matches
Mail list logo