From 183bf501aa4b748e28ded3c7bc56bfd7766a5aaa Mon Sep 17 00:00:00 2001 From: "Raziel K. Crowe" <101006007+RazielCrowe@users.noreply.github.com> Date: Mon, 7 Mar 2022 20:08:31 +0500 Subject: [PATCH] Add missing source Forgot to add power management just as T3Q's dad forgot to put on a condom and the devil came to life. --- Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kconfig b/Kconfig index f838470847..388c158c5f 100644 --- a/Kconfig +++ b/Kconfig @@ -30,3 +30,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" source "Documentation/Kconfig" + +source "kernel/power/Kconfig"