Part 1b: The easy stuff.

In many config submenus, the first menu option will enable the rest 
of the menu options. For these menus, It's appropriate to use the more 
convenient "menuconfig" keyword.

These are some missing changes from the first patch(es).
I don't know where they went missing.

This patch applies to .12 and .13-rc1.


--- x/fs/partitions/Kconfig     2005-07-04 13:50:38.000000000 +0200
+++ b/fs/partitions/Kconfig     2005-06-30 09:39:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # Partition configuration
 #
-config PARTITION_ADVANCED
+menuconfig PARTITION_ADVANCED
        bool "Advanced partition selection"
        help
          Say Y here if you would like to use hard disks under Linux which
--- x/sound/oss/Kconfig 2005-07-04 13:50:55.000000000 +0200
+++ b/sound/oss/Kconfig 2005-06-29 16:49:05.000000000 +0200
@@ -1084,7 +1084,7 @@ config SOUND_TVMIXER
 
 config SOUND_KAHLUA
        tristate "XpressAudio Sound Blaster emulation"
-       depends on SOUND_SB
+       depends on SOUND_SB && SOUND_PRIME
 
 config SOUND_ALI5455
        tristate "ALi5455 audio support"
--- x/sound/oss/dmasound/Kconfig        2005-07-04 13:47:08.000000000 +0200
+++ b/sound/oss/dmasound/Kconfig        2005-06-29 16:45:48.000000000 +0200
@@ -56,3 +56,4 @@ config DMASOUND_Q40
 
 config DMASOUND
        tristate
+       depends on SOUND
-- 
Top 100 things you don't want the sysadmin to say:
64. Do you really need your home directory to do any work?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to