diff options
-rw-r--r-- | drivers/mux/Kconfig | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/drivers/mux/Kconfig b/drivers/mux/Kconfig index 7c754a0f14bb..19e4e904c9bf 100644 --- a/drivers/mux/Kconfig +++ b/drivers/mux/Kconfig | |||
@@ -2,20 +2,11 @@ | |||
2 | # Multiplexer devices | 2 | # Multiplexer devices |
3 | # | 3 | # |
4 | 4 | ||
5 | menuconfig MULTIPLEXER | 5 | config MULTIPLEXER |
6 | tristate "Multiplexer subsystem" | 6 | tristate |
7 | help | ||
8 | Multiplexer controller subsystem. Multiplexers are used in a | ||
9 | variety of settings, and this subsystem abstracts their use | ||
10 | so that the rest of the kernel sees a common interface. When | ||
11 | multiple parallel multiplexers are controlled by one single | ||
12 | multiplexer controller, this subsystem also coordinates the | ||
13 | multiplexer accesses. | ||
14 | |||
15 | To compile the subsystem as a module, choose M here: the module will | ||
16 | be called mux-core. | ||
17 | 7 | ||
18 | if MULTIPLEXER | 8 | menu "Multiplexer drivers" |
9 | depends on MULTIPLEXER | ||
19 | 10 | ||
20 | config MUX_ADG792A | 11 | config MUX_ADG792A |
21 | tristate "Analog Devices ADG792A/ADG792G Multiplexers" | 12 | tristate "Analog Devices ADG792A/ADG792G Multiplexers" |
@@ -56,4 +47,4 @@ config MUX_MMIO | |||
56 | To compile the driver as a module, choose M here: the module will | 47 | To compile the driver as a module, choose M here: the module will |
57 | be called mux-mmio. | 48 | be called mux-mmio. |
58 | 49 | ||
59 | endif | 50 | endmenu |