diff options
author | Peter Chen <peter.chen@freescale.com> | 2014-05-03 21:24:43 -0400 |
---|---|---|
committer | Peter Chen <peter.chen@freescale.com> | 2014-06-26 00:29:18 -0400 |
commit | efb6bb49ffeefa200ad7e9aadb73b5b5040a977b (patch) | |
tree | 48a2448d8fd693f0ffb4c2595fd024cb52b3cd3d | |
parent | dfa14beeb5788bf28655b160ec0c2657cce78e47 (diff) |
Doc: usb: chipidea: need to build both kernel Image and modules
When tried to enable OTG FSM, we need to rebuild both kernel Image
and modules, since there are some codes at gadget modules which are
controlled by related configurations.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit d5b9d41f94a17af4c39b519703451c07a6a5ea9b)
-rw-r--r-- | Documentation/usb/chipidea.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/chipidea.txt b/Documentation/usb/chipidea.txt index 4c0e2eaa5b29..995c8bca40e2 100644 --- a/Documentation/usb/chipidea.txt +++ b/Documentation/usb/chipidea.txt | |||
@@ -5,7 +5,7 @@ with 2 Freescale i.MX6Q sabre SD boards. | |||
5 | 5 | ||
6 | 1.1 How to enable OTG FSM in menuconfig | 6 | 1.1 How to enable OTG FSM in menuconfig |
7 | --------------------------------------- | 7 | --------------------------------------- |
8 | Select CONFIG_USB_OTG_FSM. | 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 | select CONFIG_USB_CHIPIDEA_DEBUG, there are 2 files which |
11 | can show otg fsm variables and some controller registers value: | 11 | can show otg fsm variables and some controller registers value: |