1# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# X86 Android tablet support Kconfig
4#
5
6config X86_ANDROID_TABLETS
7	tristate "X86 Android tablet support"
8	depends on I2C && SPI && SERIAL_DEV_BUS && ACPI && EFI && GPIOLIB && PMIC_OPREGION
9	help
10	  X86 tablets which ship with Android as (part of) the factory image
11	  typically have various problems with their DSDTs. The factory kernels
12	  shipped on these devices typically have device addresses and GPIOs
13	  hardcoded in the kernel, rather than specified in their DSDT.
14
15	  With the DSDT containing a random collection of devices which may or
16	  may not actually be present. This driver contains various fixes for
17	  such tablets, including instantiating kernel devices for devices which
18	  are missing from the DSDT.
19
20	  If you have a x86 Android tablet say Y or M here, for a generic x86
21	  distro config say M here.
22