162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# X86 Android tablet support Kconfig 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig X86_ANDROID_TABLETS 762306a36Sopenharmony_ci tristate "X86 Android tablet support" 862306a36Sopenharmony_ci depends on I2C && SPI && SERIAL_DEV_BUS && ACPI && EFI && GPIOLIB && PMIC_OPREGION 962306a36Sopenharmony_ci help 1062306a36Sopenharmony_ci X86 tablets which ship with Android as (part of) the factory image 1162306a36Sopenharmony_ci typically have various problems with their DSDTs. The factory kernels 1262306a36Sopenharmony_ci shipped on these devices typically have device addresses and GPIOs 1362306a36Sopenharmony_ci hardcoded in the kernel, rather than specified in their DSDT. 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci With the DSDT containing a random collection of devices which may or 1662306a36Sopenharmony_ci may not actually be present. This driver contains various fixes for 1762306a36Sopenharmony_ci such tablets, including instantiating kernel devices for devices which 1862306a36Sopenharmony_ci are missing from the DSDT. 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci If you have a x86 Android tablet say Y or M here, for a generic x86 2162306a36Sopenharmony_ci distro config say M here. 22