diff options
author | Christoph Fritz <chf.fritz@googlemail.com> | 2017-10-24 12:15:50 +0200 |
---|---|---|
committer | Peter Chen <peter.chen@nxp.com> | 2017-10-26 09:54:43 +0800 |
commit | 2a53e060a053d5d7627dcde5b06b5950902d9ce6 (patch) | |
tree | 28c3fac66990d4bb12d88f1fa8815c9c9c560753 /drivers/usb/chipidea | |
parent | fc5b920c3b9bbe9bf05aeb1c497643608ecb656b (diff) |
usb: chipidea: fix trivial typo in Kconfig
This patch fixes a trivial typo to get the module name ci_hdrc.ko correct.
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r-- | drivers/usb/chipidea/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig index 51f4157bbecf..785f0ed037f7 100644 --- a/drivers/usb/chipidea/Kconfig +++ b/drivers/usb/chipidea/Kconfig @@ -9,7 +9,7 @@ config USB_CHIPIDEA Dual-role switch (ID, OTG FSM, sysfs), Host-only, and Peripheral-only. - When compiled dynamically, the module will be called ci-hdrc.ko. + When compiled dynamically, the module will be called ci_hdrc.ko. if USB_CHIPIDEA |