forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert menu in sound Kconfig files to menuconfig and if. Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information
Showing
26 changed files
with
203 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
menu "Apple Onboard Audio driver" | ||
depends on SND!=n && PPC_PMAC | ||
|
||
config SND_AOA | ||
menuconfig SND_AOA | ||
tristate "Apple Onboard Audio driver" | ||
depends on SND | ||
depends on PPC_PMAC | ||
select SND_PCM | ||
---help--- | ||
This option enables the new driver for the various | ||
Apple Onboard Audio components. | ||
|
||
if SND_AOA | ||
|
||
source "sound/aoa/fabrics/Kconfig" | ||
|
||
source "sound/aoa/codecs/Kconfig" | ||
|
||
source "sound/aoa/soundbus/Kconfig" | ||
|
||
endmenu | ||
endif # SND_AOA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.