Kconfig (446dd8efa94ca80a8b91fbe907364001ed1b3d85) | Kconfig (d9cd21d441c8c7c22ef448d23f1d6f5fa698b7f0) |
---|---|
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 --- 1075 unchanged lines hidden (view full) --- 1084 depends on INTEL_SCU 1085 help 1086 The IPC Util driver provides an interface with the SCU enabling 1087 low level access for debug work and updating the firmware. Say 1088 N unless you will be doing this on an Intel MID platform. 1089 1090source "drivers/platform/x86/siemens/Kconfig" 1091 | 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 --- 1075 unchanged lines hidden (view full) --- 1084 depends on INTEL_SCU 1085 help 1086 The IPC Util driver provides an interface with the SCU enabling 1087 low level access for debug work and updating the firmware. Say 1088 N unless you will be doing this on an Intel MID platform. 1089 1090source "drivers/platform/x86/siemens/Kconfig" 1091 |
1092config SILICOM_PLATFORM 1093 tristate "Silicom Edge Networking device support" 1094 depends on HWMON 1095 depends on GPIOLIB 1096 depends on LEDS_CLASS_MULTICOLOR 1097 help 1098 This option enables support for the LEDs/GPIO/etc downstream of the 1099 embedded controller on Silicom "Cordoba" hardware and derivatives. 1100 1101 This platform driver provides support for various functions via 1102 the Linux LED framework, GPIO framework, Hardware Monitoring (HWMON) 1103 and device attributes. 1104 1105 If you have a Silicom network appliance, say Y or M here. 1106 |
|
1092config WINMATE_FM07_KEYS 1093 tristate "Winmate FM07/FM07P front-panel keys driver" 1094 depends on INPUT 1095 help 1096 Winmate FM07 and FM07P in-vehicle computers have a row of five 1097 buttons below the display. This module adds an input device 1098 that delivers key events when these buttons are pressed. 1099 --- 28 unchanged lines hidden --- | 1107config WINMATE_FM07_KEYS 1108 tristate "Winmate FM07/FM07P front-panel keys driver" 1109 depends on INPUT 1110 help 1111 Winmate FM07 and FM07P in-vehicle computers have a row of five 1112 buttons below the display. This module adds an input device 1113 that delivers key events when these buttons are pressed. 1114 --- 28 unchanged lines hidden --- |