diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-12-03 09:15:25 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-12 14:43:37 -0500 |
commit | 85aec59fabaa89f96cafe77fa02ee566e0499636 (patch) | |
tree | 2d000d3bd5d6859fbc7699c441ceb899dbec7af5 /drivers/usb/gadget/Kconfig | |
parent | f1a2ca2e4be7327e9f71257c88c0b4f511cb6677 (diff) |
usb: gadget: g_ffs: convert to new interface of f_subset
There is a new function interface of f_subset and g_ffs is the last to use
the old one.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index b135856852ec..d8a1d5cb1e75 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -896,6 +896,7 @@ config USB_FUNCTIONFS_ETH | |||
896 | depends on USB_FUNCTIONFS && NET | 896 | depends on USB_FUNCTIONFS && NET |
897 | select USB_U_ETHER | 897 | select USB_U_ETHER |
898 | select USB_F_ECM | 898 | select USB_F_ECM |
899 | select USB_F_SUBSET | ||
899 | help | 900 | help |
900 | Include a configuration with CDC ECM function (Ethernet) and the | 901 | Include a configuration with CDC ECM function (Ethernet) and the |
901 | Function Filesystem. | 902 | Function Filesystem. |