File tree Expand file tree Collapse file tree 6 files changed +13
-19
lines changed Expand file tree Collapse file tree 6 files changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,14 @@ menuconfig MOST
1313 module will be called most_core.
1414
1515 If in doubt, say N here.
16+
17+ if MOST
18+ config MOST_USB_HDM
19+ tristate "USB"
20+ depends on USB
21+ help
22+ Say Y here if you want to connect via USB to network transceiver.
23+
24+ To compile this driver as a module, choose M here: the
25+ module will be called most_usb.
26+ endif
Original file line number Diff line number Diff line change 22obj-$(CONFIG_MOST) += most_core.o
33most_core-y := core.o \
44 configfs.o
5+
6+ obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
File renamed without changes.
Original file line number Diff line number Diff line change @@ -30,6 +30,4 @@ source "drivers/staging/most/dim2/Kconfig"
3030
3131source "drivers/staging/most/i2c/Kconfig"
3232
33- source "drivers/staging/most/usb/Kconfig"
34-
3533endif
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments