Kconfig (bef986502fa398b1785a3979b1aa17cd902d3527) | Kconfig (e1036502e5263851259d147771226161e5ccc85a) |
---|---|
1# sound/Config.in 2# 3 4menu "Sound" 5 6config SOUND 7 tristate "Sound card support" 8 help --- 79 unchanged lines hidden (view full) --- 88 Say 'Y' or 'M' to enable Open Sound System drivers. 89 90source "sound/oss/Kconfig" 91 92endmenu 93 94endif 95 | 1# sound/Config.in 2# 3 4menu "Sound" 5 6config SOUND 7 tristate "Sound card support" 8 help --- 79 unchanged lines hidden (view full) --- 88 Say 'Y' or 'M' to enable Open Sound System drivers. 89 90source "sound/oss/Kconfig" 91 92endmenu 93 94endif 95 |
96config AC97_BUS 97 tristate 98 help 99 This is used to avoid config and link hard dependencies between the 100 sound subsystem and other function drivers completely unrelated to 101 sound although they're sharing the AC97 bus. Concerned drivers 102 should "select" this. 103 |
|
96endmenu | 104endmenu |