Kconfig (16444a8a40d4c7b4f6de34af0cae1f76a4f6c901) | Kconfig (bc0c38d139ec7fcd5c030aea16b008f3732e42ac) |
---|---|
1# 2# Architectures that offer an FTRACE implementation should select HAVE_FTRACE: 3# 4config HAVE_FTRACE 5 bool | 1# 2# Architectures that offer an FTRACE implementation should select HAVE_FTRACE: 3# 4config HAVE_FTRACE 5 bool |
6 7config TRACING 8 bool 9 select DEBUG_FS 10 |
|