Hey Ted, On Fri, Oct 26, 2018 at 3:09 PM Theodore Y. Ts'o <tytso@xxxxxxx> wrote: > If that's what you are trying to conditionalize, why don't use > CONFIG_PM_AUTOSLEEP? That way if there are other systems that want to > use the Android wakelocks style of suspend management, your code will > DTRT, as opposed to depending on CONFIG_ANDROID. That's a terrific idea; thanks for the suggestion. I'll make that change for the next patchset version. Jason