| .. | .. |
|---|
| 104 | 104 | |
|---|
| 105 | 105 | config UML_SOUND |
|---|
| 106 | 106 | tristate "Sound support" |
|---|
| 107 | + depends on SOUND |
|---|
| 108 | + select SOUND_OSS_CORE |
|---|
| 107 | 109 | help |
|---|
| 108 | 110 | This option enables UML sound support. If enabled, it will pull in |
|---|
| 109 | | - soundcore and the UML hostaudio relay, which acts as a intermediary |
|---|
| 111 | + the UML hostaudio relay, which acts as a intermediary |
|---|
| 110 | 112 | between the host's dsp and mixer devices and the UML sound system. |
|---|
| 111 | 113 | It is safe to say 'Y' here. |
|---|
| 112 | | - |
|---|
| 113 | | -config SOUND |
|---|
| 114 | | - tristate |
|---|
| 115 | | - default UML_SOUND |
|---|
| 116 | | - |
|---|
| 117 | | -config SOUND_OSS_CORE |
|---|
| 118 | | - bool |
|---|
| 119 | | - default UML_SOUND |
|---|
| 120 | | - |
|---|
| 121 | | -config HOSTAUDIO |
|---|
| 122 | | - tristate |
|---|
| 123 | | - default UML_SOUND |
|---|
| 124 | 114 | |
|---|
| 125 | 115 | endmenu |
|---|
| 126 | 116 | |
|---|