Kconfig (86af1d02d458379ae53031fabad560f10f8bdadd) | Kconfig (fc3341b4b55f46ad0846a22ae149d94bac6ce40b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DEVICES 7 bool "X86 Platform Specific Device Drivers" 8 default y --- 917 unchanged lines hidden (view full) --- 926 bool "Sonypi compatibility" 927 depends on SONY_LAPTOP 928 help 929 Build the sonypi driver compatibility code into the sony-laptop driver. 930 931config SYSTEM76_ACPI 932 tristate "System76 ACPI Driver" 933 depends on ACPI | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DEVICES 7 bool "X86 Platform Specific Device Drivers" 8 default y --- 917 unchanged lines hidden (view full) --- 926 bool "Sonypi compatibility" 927 depends on SONY_LAPTOP 928 help 929 Build the sonypi driver compatibility code into the sony-laptop driver. 930 931config SYSTEM76_ACPI 932 tristate "System76 ACPI Driver" 933 depends on ACPI |
934 depends on ACPI_BATTERY 935 depends on HWMON 936 depends on INPUT |
|
934 select NEW_LEDS 935 select LEDS_CLASS 936 select LEDS_TRIGGERS 937 help 938 This is a driver for System76 laptops running open firmware. It adds 939 support for Fn-Fx key combinations, keyboard backlight, and airplane mode 940 LEDs. 941 --- 139 unchanged lines hidden --- | 937 select NEW_LEDS 938 select LEDS_CLASS 939 select LEDS_TRIGGERS 940 help 941 This is a driver for System76 laptops running open firmware. It adds 942 support for Fn-Fx key combinations, keyboard backlight, and airplane mode 943 LEDs. 944 --- 139 unchanged lines hidden --- |