[PATCH 0/2] ARCH_VULCAN removal

Olof Johansson olof at lixom.net
Thu Jun 1 17:17:11 PDT 2017


On Mon, May 22, 2017 at 09:41:02AM +0200, Uwe Kleine-K?nig wrote:
> On Mon, May 22, 2017 at 07:36:03AM +0000, Jayachandran C wrote:
> > Another couple of patches to remove more of ARCH_VULCAN platform.
> > 
> > There is still a reference in drivers/gpio/Kconfig for ARCH_VULCAN.
> > I am sending a patch to remove that, and after that we can completely
> > remove ARCH_VULCAN.
> 
> What happens if ARCH_VULCAN and drivers/gpio/Kconfig still references
> it? I expected it's just assumed to be 'n' then?

Are you talking about this line?

depends on OF_GPIO && (CPU_XLP || ARCH_VULCAN || ARCH_THUNDER2 || COMPILE_TEST)

It will continue to work as long as you enabel ARCH_THUNDER2, which is the "new
name" for Vulcan.

(Yes, renames like these are really annoying. We normally don't do them but
it's a small one in this case).


-Olof



More information about the linux-arm-kernel mailing list