b59018c14c
Add a depends on PMIC_OPREGION to x86-android-tablets Kconfig to fix the following build error: ERROR: modpost: "intel_soc_pmic_exec_mipi_pmic_seq_element" [drivers/platform/x86/x86-android-tablets/x86-android-tablets.ko] undefined! Fixes: 9b1d2662b8c5 ("platform/x86: x86-android-tablets: Add touchscreen support for Lenovo Yoga Tab 3 Pro YT3-X90F") Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/oe-kbuild-all/202303091711.howZNrIY-lkp@intel.com/ Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230309094035.18736-1-hdegoede@redhat.com
22 lines
869 B
Plaintext
22 lines
869 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
|
|
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.
|