config: android-recommended: Don't explicitly disable CONFIG_AIO
authorMarijn Suijten <marijn.suijten@somainline.org>
Wed, 2 Feb 2022 10:05:27 +0000 (11:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Feb 2022 11:10:27 +0000 (12:10 +0100)
commit4c4559b43c5fbe1af5b55212c3f411781da2093d
tree66f4f0b9c4e1a6941ddd77b6cb1d2fb94c65ddd3
parentaef3125dd6db982cdeed0d3f1ba68211e44e6cde
config: android-recommended: Don't explicitly disable CONFIG_AIO

Android nowadays (for a couple years already) requires AIO for at least
its `adb` "Android Debug Bridge" [1].  Without this config option
(`default y`) it simply refuses start, making users unable to connect to
their phone for debugging purposes when using these kernel fragments.

[1]: https://cs.android.com/android/_/android/platform/packages/modules/adb/+/a2cb8de5e68067a5e1d002886d5f3b42d91371e1

Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Link: https://lore.kernel.org/r/20220202100528.190794-1-marijn.suijten@somainline.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/configs/android-recommended.config