diff options
author | Peter Chen <peter.chen@freescale.com> | 2015-11-03 03:21:20 -0500 |
---|---|---|
committer | Peter Chen <peter.chen@freescale.com> | 2015-12-24 01:15:27 -0500 |
commit | 3a35d59a69398b3b522d449404669624486d2b68 (patch) | |
tree | 2aeefa9485f196490a12f37862a9d2c29d81739e /Documentation/usb/chipidea.txt | |
parent | 383da2450c7150b4c470dab3759ab86532c65b78 (diff) |
usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG reference
Since this configuration option has deleted, cleans up all
its references.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Reported-by: Valentin Rothberg <valentinrothberg@gmail.com>
Diffstat (limited to 'Documentation/usb/chipidea.txt')
-rw-r--r-- | Documentation/usb/chipidea.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/usb/chipidea.txt b/Documentation/usb/chipidea.txt index 3f848c1f2940..05f735a1b5a5 100644 --- a/Documentation/usb/chipidea.txt +++ b/Documentation/usb/chipidea.txt | |||
@@ -7,8 +7,8 @@ with 2 Freescale i.MX6Q sabre SD boards. | |||
7 | --------------------------------------- | 7 | --------------------------------------- |
8 | Select CONFIG_USB_OTG_FSM, rebuild kernel Image and modules. | 8 | Select CONFIG_USB_OTG_FSM, rebuild kernel Image and modules. |
9 | If you want to check some internal variables for otg fsm, | 9 | If you want to check some internal variables for otg fsm, |
10 | select CONFIG_USB_CHIPIDEA_DEBUG, there are 2 files which | 10 | mount debugfs, there are 2 files which can show otg fsm |
11 | can show otg fsm variables and some controller registers value: | 11 | variables and some controller registers value: |
12 | cat /sys/kernel/debug/ci_hdrc.0/otg | 12 | cat /sys/kernel/debug/ci_hdrc.0/otg |
13 | cat /sys/kernel/debug/ci_hdrc.0/registers | 13 | cat /sys/kernel/debug/ci_hdrc.0/registers |
14 | 14 | ||