@@ -10,7 +10,7 @@ if POWER_SEQ
config POWER_SEQ_EMMC
tristate "HW reset support for eMMC"
default y
- depends on OF
+ depends on OF || COMPILE_TEST
help
This selects Hardware reset support aka pwrseq-emmc for eMMC
devices. By default this option is set to y.
@@ -21,7 +21,7 @@ config POWER_SEQ_EMMC
config POWER_SEQ_SIMPLE
tristate "Simple HW reset support for MMC"
default y
- depends on OF
+ depends on OF || COMPILE_TEST
help
This selects simple hardware reset support aka pwrseq-simple for MMC
devices. By default this option is set to y.