diff options
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r-- | sound/drivers/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 40ebd2f44056..83529b08d019 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -109,4 +109,15 @@ config SND_MPU401 | |||
109 | To compile this driver as a module, choose M here: the module | 109 | To compile this driver as a module, choose M here: the module |
110 | will be called snd-mpu401. | 110 | will be called snd-mpu401. |
111 | 111 | ||
112 | config SND_PORTMAN2X4 | ||
113 | tristate "Portman 2x4 driver" | ||
114 | depends on SND && PARPORT | ||
115 | select SND_RAWMIDI | ||
116 | help | ||
117 | Say Y here to include support for Midiman Portman 2x4 parallel | ||
118 | port MIDI device. | ||
119 | |||
120 | To compile this driver as a module, choose M here: the module | ||
121 | will be called snd-portman2x4. | ||
122 | |||
112 | endmenu | 123 | endmenu |