Skip to content
Commit b5096f1b authored by Fabien Parent's avatar Fabien Parent Committed by Tom Rini
Browse files

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: default avatarFabien Parent <fparent@baylibre.com>
parent a9332668
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment