]> git.sur5r.net Git - u-boot/blobdiff - include/reset.h
include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)
[u-boot] / include / reset.h
index 201bafc67f27913485fa0e5fb99345f2b0b73559..a7bbc1c331bcc486ec80b9fcd6d7a3c4937e9766 100644 (file)
@@ -77,7 +77,7 @@ struct reset_ctl_bulk {
        unsigned int count;
 };
 
-#ifdef CONFIG_DM_RESET
+#if CONFIG_IS_ENABLED(DM_RESET)
 /**
  * reset_get_by_index - Get/request a reset signal by integer index.
  *