diff options
author | Fabien Parent <fparent@baylibre.com> | 2019-03-24 16:46:34 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-23 17:57:25 -0400 |
commit | b5096f1b6d439d154f888febef56e7b3ecc4e37e (patch) | |
tree | 9674b6d5203c2e35b341f4314e568eff0d8cd38f /Kbuild | |
parent | a93326681dd712f0c2f6883a6d30f8d765e1278b (diff) |
mmc: mtk-sd: fix configuration option check
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>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions