31 lines
400 B
Plaintext
31 lines
400 B
Plaintext
#
|
|
|
|
# TIMA uevent configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig TIMA_UEVENT_MENU
|
|
|
|
tristate "TIMA uevent support"
|
|
|
|
help
|
|
|
|
TIMA uevent device and driver provides a mechanism to propogate
|
|
|
|
periodic kernel and module measurement events to observer.
|
|
|
|
|
|
|
|
config TIMA_UEVENT
|
|
|
|
bool "TIMA uevents (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
---help---
|
|
|
|
Generate udev events for TIMA events.
|
|
|