Re: [PATCH 1/2] treewide: Fix wrong CONFIG_IS_ENABLED() handling

2020-10-04 Thread Simon Glass
On Wed, 30 Sep 2020 at 05:46, Alper Nebi Yasak wrote: > > CONFIG_IS_ENABLED() takes the kconfig name without the CONFIG_ prefix, > e.g. CONFIG_IS_ENABLED(CLK) for CONFIG_CLK. Some of these were being > fixed every now and then, see: > > commit 71ba2cb0d678 ("board: stm32mp1: correct CONFIG_IS_

[PATCH 1/2] treewide: Fix wrong CONFIG_IS_ENABLED() handling

2020-09-30 Thread Alper Nebi Yasak
CONFIG_IS_ENABLED() takes the kconfig name without the CONFIG_ prefix, e.g. CONFIG_IS_ENABLED(CLK) for CONFIG_CLK. Some of these were being fixed every now and then, see: commit 71ba2cb0d678 ("board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED") commit a5ada25e4213 ("rockchip: clk: