Skip to content

Commit 1e8aa2a

Browse files
committed
platform/x86: x86-android-tablets: Depend on EFI and SPI
The recently added support for Lenovo Yoga Tablet 2 tablets uses symbols from EFI and SPI add "depends on EFI && SPI" to the X86_ANDROID_TABLETS Kconfig entry. Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d713b8d commit 1e8aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ config TOUCHSCREEN_DMI
10411041

10421042
config X86_ANDROID_TABLETS
10431043
tristate "X86 Android tablet support"
1044-
depends on I2C && SERIAL_DEV_BUS && ACPI && GPIOLIB
1044+
depends on I2C && SPI && SERIAL_DEV_BUS && ACPI && EFI && GPIOLIB
10451045
help
10461046
X86 tablets which ship with Android as (part of) the factory image
10471047
typically have various problems with their DSDTs. The factory kernels

0 commit comments

Comments
 (0)