Kconfig (66da65005aa819e0b8d3a08f5ec1491b7690cb67) | Kconfig (3cd8cc98d63492f6f69edd4486c9bd1fe29f91c3) |
---|---|
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 --- 1147 unchanged lines hidden (view full) --- 1156 tristate "Winmate FM07/FM07P front-panel keys driver" 1157 depends on INPUT 1158 help 1159 Winmate FM07 and FM07P in-vehicle computers have a row of five 1160 buttons below the display. This module adds an input device 1161 that delivers key events when these buttons are pressed. 1162 1163endif # X86_PLATFORM_DEVICES | 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 --- 1147 unchanged lines hidden (view full) --- 1156 tristate "Winmate FM07/FM07P front-panel keys driver" 1157 depends on INPUT 1158 help 1159 Winmate FM07 and FM07P in-vehicle computers have a row of five 1160 buttons below the display. This module adds an input device 1161 that delivers key events when these buttons are pressed. 1162 1163endif # X86_PLATFORM_DEVICES |
1164 1165config PMC_ATOM 1166 def_bool y 1167 depends on PCI 1168 select COMMON_CLK | |