|
@@ -1,10 +1,15 @@
|
|
|
menuconfig MOST
|
|
|
- tristate "MOST driver"
|
|
|
+ tristate "MOST support"
|
|
|
depends on HAS_DMA
|
|
|
- select MOSTCORE
|
|
|
default n
|
|
|
---help---
|
|
|
- This option allows you to enable support for MOST Network transceivers.
|
|
|
+ Say Y here if you want to enable MOST support.
|
|
|
+ This driver needs at least one additional component to enable the
|
|
|
+ desired access from userspace (e.g. character devices) and one that
|
|
|
+ matches the network controller's hardware interface (e.g. USB).
|
|
|
+
|
|
|
+ To compile this driver as a module, choose M here: the
|
|
|
+ module will be called most_core.
|
|
|
|
|
|
If in doubt, say N here.
|
|
|
|
|
@@ -12,8 +17,6 @@ menuconfig MOST
|
|
|
|
|
|
if MOST
|
|
|
|
|
|
-source "drivers/staging/most/mostcore/Kconfig"
|
|
|
-
|
|
|
source "drivers/staging/most/aim-cdev/Kconfig"
|
|
|
|
|
|
source "drivers/staging/most/aim-network/Kconfig"
|