mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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 |