You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
8c0984e5a7
This moves all power supply drivers from drivers/power/ to drivers/power/supply/. The intention is a cleaner source tree, since drivers/power/ also contains frameworks unrelated to power supply, like adaptive voltage scaling. Signed-off-by: Sebastian Reichel <sre@kernel.org>
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
source "drivers/power/avs/Kconfig"
|
|
source "drivers/power/reset/Kconfig"
|
|
source "drivers/power/supply/Kconfig"
|