summaryrefslogtreecommitdiff
path: root/include/mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mux.h')
-rw-r--r--include/mux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mux.h b/include/mux.h
index 9f80991274..c92d887591 100644
--- a/include/mux.h
+++ b/include/mux.h
@@ -23,7 +23,7 @@
struct udevice;
struct mux_control;
-#if CONFIG_IS_ENABLED(MULTIPLEXER)
+#if IS_ENABLED(CONFIG_MULTIPLEXER)
/**
* mux_control_states() - Query the number of multiplexer states.
* @mux: The mux-control to query.