From 915a0c20879af9eed84f9f206f2e2fc81a115d14 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Sun, 10 Feb 2002 18:04:27 +0100 Subject: Remove duplicate CONFIG_SOUND help entries and put one into drivers/sound/Config.help --- arch/alpha/Config.help | 28 ---------------------------- arch/arm/Config.help | 28 ---------------------------- arch/cris/Config.help | 28 ---------------------------- arch/i386/Config.help | 28 ---------------------------- arch/ia64/Config.help | 28 ---------------------------- arch/m68k/Config.help | 28 ---------------------------- arch/mips/Config.help | 28 ---------------------------- arch/mips64/Config.help | 28 ---------------------------- arch/parisc/Config.help | 28 ---------------------------- arch/ppc/Config.help | 28 ---------------------------- arch/sh/Config.help | 28 ---------------------------- arch/sparc64/Config.help | 28 ---------------------------- drivers/sound/Config.help | 28 ++++++++++++++++++++++++++++ 13 files changed, 28 insertions(+), 336 deletions(-) diff --git a/arch/alpha/Config.help b/arch/alpha/Config.help index 4a5b50343ff1..7557bb560245 100644 --- a/arch/alpha/Config.help +++ b/arch/alpha/Config.help @@ -558,34 +558,6 @@ CONFIG_CD_NO_IDESCSI answer will get "defaulted" for you if you enable any of the Linux CD-ROM drivers). -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/arm/Config.help b/arch/arm/Config.help index ff4735b21a85..7a1381e8c22a 100644 --- a/arch/arm/Config.help +++ b/arch/arm/Config.help @@ -432,34 +432,6 @@ CONFIG_APM and read . The module will be called apm.o. -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/cris/Config.help b/arch/cris/Config.help index 6dc300a7013e..f8aef16d6a9f 100644 --- a/arch/cris/Config.help +++ b/arch/cris/Config.help @@ -143,34 +143,6 @@ CONFIG_CD_NO_IDESCSI answer will get "defaulted" for you if you enable any of the Linux CD-ROM drivers). -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_ISDN ISDN ("Integrated Services Digital Networks", called RNIS in France) is a special type of fully digital telephone service; it's mostly diff --git a/arch/i386/Config.help b/arch/i386/Config.help index abd88edb2efa..2c2f462e8853 100644 --- a/arch/i386/Config.help +++ b/arch/i386/Config.help @@ -861,34 +861,6 @@ CONFIG_X86_CPUID with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to /dev/cpu/31/cpuid. -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/ia64/Config.help b/arch/ia64/Config.help index 23ae7ec73dec..9bbf787b4a6a 100644 --- a/arch/ia64/Config.help +++ b/arch/ia64/Config.help @@ -385,34 +385,6 @@ CONFIG_ACPI_KERNEL_CONFIG If you say `Y' here, Linux's ACPI support will use the hardware-level system descriptions found on IA64 machines. -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/m68k/Config.help b/arch/m68k/Config.help index 105f13bd41ab..d82116e52ce4 100644 --- a/arch/m68k/Config.help +++ b/arch/m68k/Config.help @@ -1093,34 +1093,6 @@ CONFIG_NVRAM The module will be called nvram.o. If you want to compile it as a module, say M here and read . -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/mips/Config.help b/arch/mips/Config.help index 82851d00bfef..9c571d44f4dd 100644 --- a/arch/mips/Config.help +++ b/arch/mips/Config.help @@ -785,34 +785,6 @@ CONFIG_RTC The module is called rtc.o. If you want to compile it as a module, say M here and read . -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_CROSSCOMPILE Say Y here if you are compiling the kernel on a different architecture than the one it is intended to run on. diff --git a/arch/mips64/Config.help b/arch/mips64/Config.help index f82765e84d69..3139e9ef2ee4 100644 --- a/arch/mips64/Config.help +++ b/arch/mips64/Config.help @@ -371,34 +371,6 @@ CONFIG_CD_NO_IDESCSI answer will get "defaulted" for you if you enable any of the Linux CD-ROM drivers). -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_CROSSCOMPILE Say Y here if you are compiling the kernel on a different architecture than the one it is intended to run on. diff --git a/arch/parisc/Config.help b/arch/parisc/Config.help index 24b26f9c419c..a417e1299434 100644 --- a/arch/parisc/Config.help +++ b/arch/parisc/Config.help @@ -476,34 +476,6 @@ CONFIG_STI_CONSOLE machines. Say Y here to build support for it into your kernel. The alternative is to use your primary serial port as a console. -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/ppc/Config.help b/arch/ppc/Config.help index 5786797a89b2..2fdcf23eb3e5 100644 --- a/arch/ppc/Config.help +++ b/arch/ppc/Config.help @@ -512,34 +512,6 @@ CONFIG_MOUSE kernel: saying N will just cause the configurator to skip all the questions about non-serial mice. If unsure, say Y. -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/sh/Config.help b/arch/sh/Config.help index 90d188800cdb..ab5e9678d273 100644 --- a/arch/sh/Config.help +++ b/arch/sh/Config.help @@ -623,34 +623,6 @@ CONFIG_RTC The module is called rtc.o. If you want to compile it as a module, say M here and read . -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/arch/sparc64/Config.help b/arch/sparc64/Config.help index 907510ad4978..0e351d1c1cdb 100644 --- a/arch/sparc64/Config.help +++ b/arch/sparc64/Config.help @@ -1133,34 +1133,6 @@ CONFIG_RTC The module is called rtc.o. If you want to compile it as a module, say M here and read . -CONFIG_SOUND - If you have a sound card in your computer, i.e. if it can say more - than an occasional beep, say Y. Be sure to have all the information - about your sound card and its configuration down (I/O port, - interrupt and DMA channel), because you will be asked for it. - - You want to read the Sound-HOWTO, available from - . General information about - the modular sound system is contained in the files - . The file - contains some slightly - outdated but still useful information as well. - - If you have a PnP sound card and you want to configure it at boot - time using the ISA PnP tools (read - ), then you need to - compile the sound card support as a module ( = code which can be - inserted in and removed from the running kernel whenever you want) - and load that module after the PnP configuration is finished. To do - this, say M here and read as well - as ; the module will be - called soundcore.o. - - I'm told that even without a sound card, you can make your computer - say more than an occasional beep, by programming the PC speaker. - Kernel patches and supporting utilities to do that are in the pcsp - package, available at . - CONFIG_MAGIC_SYSRQ If you say Y here, you will have some control over the system even if the system crashes for example during kernel debugging (e.g., you diff --git a/drivers/sound/Config.help b/drivers/sound/Config.help index d0c976440877..d3d2556f0802 100644 --- a/drivers/sound/Config.help +++ b/drivers/sound/Config.help @@ -1,3 +1,31 @@ +CONFIG_SOUND + If you have a sound card in your computer, i.e. if it can say more + than an occasional beep, say Y. Be sure to have all the information + about your sound card and its configuration down (I/O port, + interrupt and DMA channel), because you will be asked for it. + + You want to read the Sound-HOWTO, available from + . General information about + the modular sound system is contained in the files + . The file + contains some slightly + outdated but still useful information as well. + + If you have a PnP sound card and you want to configure it at boot + time using the ISA PnP tools (read + ), then you need to + compile the sound card support as a module ( = code which can be + inserted in and removed from the running kernel whenever you want) + and load that module after the PnP configuration is finished. To do + this, say M here and read as well + as ; the module will be + called soundcore.o. + + I'm told that even without a sound card, you can make your computer + say more than an occasional beep, by programming the PC speaker. + Kernel patches and supporting utilities to do that are in the pcsp + package, available at . + CONFIG_INPUT_GAMEPORT Gameport support is for the standard 15-pin PC gameport. If you have a joystick, gamepad, gameport card, a soundcard with a gameport -- cgit v1.2.3 From a71fa1f565da54a7fa9a0e7955e099fd629921e8 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 15 Mar 2002 23:58:39 -0800 Subject: Fix up ACPI so that it seems to work in the new world order: make driverfs initialize early, so that ACPI can come alive in a world where you can register devices. --- drivers/acpi/acpi_bus.c | 2 +- drivers/base/core.c | 2 +- include/linux/init.h | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/acpi/acpi_bus.c b/drivers/acpi/acpi_bus.c index c900ce735f52..fd9ba14f7e1c 100644 --- a/drivers/acpi/acpi_bus.c +++ b/drivers/acpi/acpi_bus.c @@ -1464,7 +1464,7 @@ acpi_bus_add ( */ switch (type) { case ACPI_BUS_TYPE_SYSTEM: - sprintf(device->pnp.bus_id, "%s", "root"); + sprintf(device->pnp.bus_id, "%s", "ACPI"); break; case ACPI_BUS_TYPE_POWER_BUTTON: sprintf(device->pnp.bus_id, "%s", "PWRF"); diff --git a/drivers/base/core.c b/drivers/base/core.c index 575bbf35b0e2..fd968fb79d5c 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -139,7 +139,7 @@ static int __init device_init(void) return error; } -subsys_initcall(device_init); +core_initcall(device_init); EXPORT_SYMBOL(device_register); EXPORT_SYMBOL(put_device); diff --git a/include/linux/init.h b/include/linux/init.h index efe3a9a00877..142ec2f3aa68 100644 --- a/include/linux/init.h +++ b/include/linux/init.h @@ -60,10 +60,10 @@ extern initcall_t __initcall_start, __initcall_end; #define __define_initcall(level,fn) \ static initcall_t __initcall_##fn __attribute__ ((unused,__section__ (".initcall" level ".init"))) = fn -#define early_arch_initcall(fn) __define_initcall("1",fn) -#define mem_initcall(fn) __define_initcall("2",fn) -#define subsys_initcall(fn) __define_initcall("3",fn) -#define arch_initcall(fn) __define_initcall("4",fn) +#define core_initcall(fn) __define_initcall("1",fn) +#define unused_initcall(fn) __define_initcall("2",fn) +#define arch_initcall(fn) __define_initcall("3",fn) +#define subsys_initcall(fn) __define_initcall("4",fn) #define fs_initcall(fn) __define_initcall("5",fn) #define device_initcall(fn) __define_initcall("6",fn) #define late_initcall(fn) __define_initcall("7",fn) @@ -159,10 +159,10 @@ typedef void (*__cleanup_module_func_t)(void); #define __setup(str,func) /* nothing */ -#define early_arch_initcall(fn) module_init(fn) -#define mem_initcall(fn) module_init(fn) -#define subsys_initcall(fn) module_init(fn) +#define core_initcall(fn) module_init(fn) +#define unused_initcall(fn) module_init(fn) #define arch_initcall(fn) module_init(fn) +#define subsys_initcall(fn) module_init(fn) #define fs_initcall(fn) module_init(fn) #define device_initcall(fn) module_init(fn) #define late_initcall(fn) module_init(fn) -- cgit v1.2.3 From a08c3a7d2cc8cb40140440ae5bc2fea0cf7e65d2 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Sat, 16 Mar 2002 05:43:26 -0600 Subject: Link drivers/fc4/fc4.a only once. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 4b565682c0f6..a9a6575bc261 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,6 @@ DRIVERS-$(CONFIG_PCMCIA_CHRDEV) += drivers/char/pcmcia/pcmcia_char.o DRIVERS-$(CONFIG_DIO) += drivers/dio/dio.a DRIVERS-$(CONFIG_SBUS) += drivers/sbus/sbus_all.o DRIVERS-$(CONFIG_ZORRO) += drivers/zorro/driver.o -DRIVERS-$(CONFIG_FC4) += drivers/fc4/fc4.a DRIVERS-$(CONFIG_ALL_PPC) += drivers/macintosh/macintosh.o DRIVERS-$(CONFIG_MAC) += drivers/macintosh/macintosh.o DRIVERS-$(CONFIG_PNP) += drivers/pnp/pnp.o -- cgit v1.2.3 From 6dff6adbf1969be67f1f746615f5aa452ee6cf7e Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Sat, 16 Mar 2002 05:45:45 -0600 Subject: Descend into drivers/parport only if CONFIG_PARPORT is set. --- drivers/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/Makefile b/drivers/Makefile index bef68552c4c3..53e3317ece27 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -8,12 +8,13 @@ mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi ide \ message/i2o message/fusion scsi md ieee1394 pnp isdn atm \ - fc4 net/hamradio i2c acpi bluetooth input/serio input/gameport + fc4 net/hamradio i2c acpi bluetooth input/serio \ + input/gameport parport -subdir-y := base parport char block net misc media cdrom hotplug +subdir-y := base char block net misc media cdrom hotplug subdir-m := $(subdir-y) - +subdir-$(CONFIG_PARPORT) += parport subdir-$(CONFIG_DIO) += dio subdir-$(CONFIG_PCI) += pci subdir-$(CONFIG_PCMCIA) += pcmcia -- cgit v1.2.3 From 3e35ee34f9d0a8bb4f8a9112f0a9f76182fcaa57 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Sat, 16 Mar 2002 05:47:49 -0600 Subject: Descend into drivers/hotplug only if CONFIG_HOTPLUG_PCI is set. --- drivers/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/Makefile b/drivers/Makefile index 53e3317ece27..24a9490ddfaa 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -9,12 +9,13 @@ mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi ide \ message/i2o message/fusion scsi md ieee1394 pnp isdn atm \ fc4 net/hamradio i2c acpi bluetooth input/serio \ - input/gameport parport + input/gameport parport hotplug -subdir-y := base char block net misc media cdrom hotplug +subdir-y := base char block net misc media cdrom subdir-m := $(subdir-y) subdir-$(CONFIG_PARPORT) += parport +subdir-$(CONFIG_HOTPLUG_PCI) += hotplug subdir-$(CONFIG_DIO) += dio subdir-$(CONFIG_PCI) += pci subdir-$(CONFIG_PCMCIA) += pcmcia -- cgit v1.2.3