forked from Minki/linux
304ee24bdb
The Regulator based PSE controller driver relies on regulator support to
be enabled. If regulator support is disabled, it will still compile
fine, but won't operate correctly.
Hence add a dependency on REGULATOR, to prevent asking the user about
this driver when configuring a kernel without regulator support.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pse_core.c | ||
pse_regulator.c |