
24 Apr
2019
24 Apr
'19
3:30 p.m.
On Sun, Mar 24, 2019 at 04:46:34PM +0100, Fabien Parent wrote:
We either need to use IS_ENABLED(CONFIG_FOO) or CONFIG_IS_ENABLED(FOO). IS_ENABLE(FOO) will always return false.
This commit fixes the comparison by using the CONFIG_IS_ENABLED(FOO) syntax.
Signed-off-by: Fabien Parent fparent@baylibre.com
Applied to u-boot/master, thanks!
--
Tom