Directory Files
.. 137
File Size
Kconfig 869 B
Makefile 233 B
asus.c 8.9 kB
core.c 11 kB
dmi.c 5.2 kB
lenovo.c 21 kB
other.c 17 kB
shared-psy-info.c 3.2 kB
shared-psy-info.h 1.1 kB
x86-android-tablets.h 3.7 kB
x86-android-tablets.mod.c 0 B

Linux v6.6.1 - x86-android-tablets

# SPDX-License-Identifier: GPL-2.0-or-later
#
# X86 Android tablet support Kconfig
#

config X86_ANDROID_TABLETS
	tristate "X86 Android tablet support"
	depends on I2C && SPI && SERIAL_DEV_BUS && ACPI && EFI && GPIOLIB && PMIC_OPREGION
	help
	  X86 tablets which ship with Android as (part of) the factory image
	  typically have various problems with their DSDTs. The factory kernels
	  shipped on these devices typically have device addresses and GPIOs
	  hardcoded in the kernel, rather than specified in their DSDT.

	  With the DSDT containing a random collection of devices which may or
	  may not actually be present. This driver contains various fixes for
	  such tablets, including instantiating kernel devices for devices which
	  are missing from the DSDT.

	  If you have a x86 Android tablet say Y or M here, for a generic x86
	  distro config say M here.