Kconfig (4df56c36944bece6a9b361f7fc7dc8906a9dbd20) | Kconfig (85f7582cd484dbf491b6d9bb2af6ef1467a024d2) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Microsoft Surface Platform-Specific Drivers 4# 5 6menuconfig SURFACE_PLATFORMS 7 bool "Microsoft Surface Platform-Specific Device Drivers" 8 default y --- 19 unchanged lines hidden (view full) --- 28 be called surface3-wmi. 29 30config SURFACE_3_BUTTON 31 tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet" 32 depends on ACPI && KEYBOARD_GPIO && I2C 33 help 34 This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet. 35 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Microsoft Surface Platform-Specific Drivers 4# 5 6menuconfig SURFACE_PLATFORMS 7 bool "Microsoft Surface Platform-Specific Device Drivers" 8 default y --- 19 unchanged lines hidden (view full) --- 28 be called surface3-wmi. 29 30config SURFACE_3_BUTTON 31 tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet" 32 depends on ACPI && KEYBOARD_GPIO && I2C 33 help 34 This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet. 35 |
36config SURFACE_3_POWER_OPREGION 37 tristate "Surface 3 battery platform operation region support" 38 depends on ACPI && I2C 39 help 40 This driver provides support for ACPI operation 41 region of the Surface 3 battery platform driver. 42 |
|
36endif # SURFACE_PLATFORMS | 43endif # SURFACE_PLATFORMS |