mirror of
https://github.com/gnif/vendor-reset.git
synced 2025-12-29 06:59:29 +01:00
[core] updated readme with requirements
This commit is contained in:
parent
06532d1eb7
commit
d9190f1d26
13
README.md
13
README.md
@ -19,6 +19,19 @@ allowing it to handle device resets directly without patching the running
|
|||||||
kernel. Simply modprobing the module is enough to enable the reset routines for
|
kernel. Simply modprobing the module is enough to enable the reset routines for
|
||||||
all supported hardware.
|
all supported hardware.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Ensure your kernel has the following options enabled:
|
||||||
|
|
||||||
|
```
|
||||||
|
CONFIG_FTRACE=y
|
||||||
|
CONFIG_KPROBLES=y
|
||||||
|
CONFIG_PCI_QUIRKS=y
|
||||||
|
CONFIG_KALLSYMS=y
|
||||||
|
CONFIG_KALLSYMS_ALL=y
|
||||||
|
CONFIG_FUNCTION_TRACER=y
|
||||||
|
```
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
This module can be installed either using the standard `make`, `make install`
|
This module can be installed either using the standard `make`, `make install`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user