bb9c2e5492
Fix spelling across comments (besides obvious grammar issues): - spell words in full, e.g., 'img' --> 'image' - refer to 'gpio-keys' consistently - refer to acpi_power_off() clearly as to function - make sure that the first line is only for the affected model(s) - miscellaneous improvements Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240902150625.2722187-1-andriy.shevchenko@linux.intel.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
24 lines
912 B
Plaintext
24 lines
912 B
Plaintext
# 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
|
|
select NEW_LEDS
|
|
select LEDS_CLASS
|
|
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 configuration say M here.
|