mirror of
https://github.com/torvalds/linux.git
synced 2026-06-30 01:55:39 +02:00
This driver is an AC97 codec according to its help text. However, if SOUND is disabled, the "select SND_AC97_BUS" still inserts that into the .config file: # # Sound # # CONFIG_SOUND is not set CONFIG_SND_AC97_BUS=m Even if the config software followed dependency chains on selects, we should try to limit usage of "select" to library-type code that is needed (e.g., CRC functions) instead of bus-type support. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| ads7846.c | ||
| corgi_ts.c | ||
| elo.c | ||
| gunze.c | ||
| h3600_ts_input.c | ||
| hp680_ts_input.c | ||
| Kconfig | ||
| Makefile | ||
| mk712.c | ||
| mtouch.c | ||
| penmount.c | ||
| touchright.c | ||
| touchwin.c | ||
| ucb1400_ts.c | ||