Kconfig (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) | Kconfig (8ea95e08711f504d83281e762ca65a849a89593e) |
---|---|
1# 2# Misc strange devices 3# 4 5# This one has to live outside of the MISC_DEVICES conditional, 6# because it may be selected by drivers/platform/x86/hp_accel. 7config SENSORS_LIS3LV02D 8 tristate --- 132 unchanged lines hidden (view full) --- 141 142 This driver is only for PCI PHANToMs. 143 144 If you choose to build module, its name will be phantom. If unsure, 145 say N here. 146 147config INTEL_MID_PTI 148 tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" | 1# 2# Misc strange devices 3# 4 5# This one has to live outside of the MISC_DEVICES conditional, 6# because it may be selected by drivers/platform/x86/hp_accel. 7config SENSORS_LIS3LV02D 8 tristate --- 132 unchanged lines hidden (view full) --- 141 142 This driver is only for PCI PHANToMs. 143 144 If you choose to build module, its name will be phantom. If unsure, 145 say N here. 146 147config INTEL_MID_PTI 148 tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" |
149 depends on PCI |
|
149 default n 150 help 151 The PTI (Parallel Trace Interface) driver directs 152 trace data routed from various parts in the system out 153 through an Intel Penwell PTI port and out of the mobile 154 device for analysis with a debugging tool (Lauterbach or Fido). 155 156 You should select this driver if the target kernel is meant for --- 353 unchanged lines hidden --- | 150 default n 151 help 152 The PTI (Parallel Trace Interface) driver directs 153 trace data routed from various parts in the system out 154 through an Intel Penwell PTI port and out of the mobile 155 device for analysis with a debugging tool (Lauterbach or Fido). 156 157 You should select this driver if the target kernel is meant for --- 353 unchanged lines hidden --- |