Re: [PATCH] powerpc/akebono: Fix unmet dependency errors

2021-02-10 Thread Michael Ellerman
On Mon, 1 Feb 2021 12:25:03 +1100, Michael Ellerman wrote: > The AKEBONO config has various selects under it, including some with > user-selectable dependencies, which means those dependencies can be > disabled. This leads to warnings from Kconfig. > > This can be seen with eg: > > $ make

Re: [PATCH] powerpc/akebono: Fix unmet dependency errors

2021-01-31 Thread Randy Dunlap
On 1/31/21 5:25 PM, Michael Ellerman wrote: > The AKEBONO config has various selects under it, including some with > user-selectable dependencies, which means those dependencies can be > disabled. This leads to warnings from Kconfig. > > > The problem is that AKEBONO is using select to enable

Re: [PATCH] powerpc/akebono: Fix unmet dependency errors

2021-01-31 Thread Florian Fainelli
On 1/31/2021 5:25 PM, Michael Ellerman wrote: > The AKEBONO config has various selects under it, including some with > user-selectable dependencies, which means those dependencies can be > disabled. This leads to warnings from Kconfig. > > This can be seen with eg: > > $ make allnoconfig >

[PATCH] powerpc/akebono: Fix unmet dependency errors

2021-01-31 Thread Michael Ellerman
The AKEBONO config has various selects under it, including some with user-selectable dependencies, which means those dependencies can be disabled. This leads to warnings from Kconfig. This can be seen with eg: $ make allnoconfig $ ./scripts/config --file build~/.config -k -e CONFIG_44x -k -e