Kconfig (e4a02c7a0e3aeb966e4fdc4a43dce978c467fe83) | Kconfig (c167b9c7e3d6131b4a4865c112a3dbc86d2e997d) |
---|---|
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 depends on ACPI --- 42 unchanged lines hidden (view full) --- 51 suspend by opening the lid. 52 53config SURFACE_PRO3_BUTTON 54 tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet" 55 depends on INPUT 56 help 57 This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet. 58 | 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 depends on ACPI --- 42 unchanged lines hidden (view full) --- 51 suspend by opening the lid. 52 53config SURFACE_PRO3_BUTTON 54 tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet" 55 depends on INPUT 56 help 57 This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet. 58 |
59source "drivers/platform/surface/aggregator/Kconfig" 60 |
|
59endif # SURFACE_PLATFORMS | 61endif # SURFACE_PLATFORMS |