[TRIVIAL][2.6.0-test2] move "config SOUND" to sound/Kconfig
From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2003-08-01 00:48:32
Hi, http://home.elka.pw.edu.pl/~bzolnier/sound-Kconfig.patch [ I think there is no need to increase traffic... ] move "config SOUND" to sound/Kconfig Allows all architectures to simply include the sound/Kconfig file. Now somebody can finally update comment for CONFIG_SOUND ;-). arch/alpha/Kconfig | 34 ---------------------------------- arch/arm/Kconfig | 35 ++--------------------------------- arch/arm26/Kconfig | 35 ++--------------------------------- arch/cris/Kconfig | 35 ----------------------------------- arch/i386/Kconfig | 34 ---------------------------------- arch/ia64/Kconfig | 19 ------------------- arch/m68k/Kconfig | 10 +--------- arch/m68knommu/Kconfig | 34 ---------------------------------- arch/parisc/Kconfig | 34 ---------------------------------- arch/ppc/Kconfig | 37 ------------------------------------- arch/ppc64/Kconfig | 34 ---------------------------------- arch/sh/Kconfig | 34 ---------------------------------- arch/sparc/Kconfig | 35 ----------------------------------- arch/sparc64/Kconfig | 35 ----------------------------------- arch/v850/Kconfig | 34 ---------------------------------- arch/x86_64/Kconfig | 35 ----------------------------------- sound/Kconfig | 41 +++++++++++++++++++++++++++++++++++++++++ 17 files changed, 46 insertions(+), 509 deletions(-) -- Bartlomiej