igorpadykov
I'm curious about Low-level Power Management (PM) Driver.
If I have no power management IC but I still set configuration of Low-level Power Management (PM) Driver for yes.
In this case Is that possible that kernel driver will show error while I reboot the system?
I tried to set configuration of Low-level Power Management (PM) Driver for no and start to build code.
But I will get error.
After I trace code to solve the problem I found that there was something did not declare.
So I tried to found where did code declare it.
And I realize If I try to set CONFIG_PM for no than some declaration will be disabled in the code.
So I wondering would kernel driver get error when I set CONFIG_PM for yes?