Hi Ralf, On Tue, Aug 21, 2012 at 7:04 PM, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote: >> Anyone who disables CONFIG_HOTPLUG in his defconfig files? >> >> $ git grep CONFIG_HOTPLUG arch/*/*config >> arch/frv/defconfig:# CONFIG_HOTPLUG is not set >> arch/h8300/defconfig:# CONFIG_HOTPLUG is not set >> arch/um/defconfig:CONFIG_HOTPLUG=y >> $ >> >> Yep, (at least --- not all defconfigs are up-to-date) frv and h8300. > > Since we started stripping all the defconfigs down grepping through > arch/*/configs/ doesn't yield much useful information anymore :-( Sure, but since CONFIG_HOTPLUG=y and CONFIG_EXPERT=n are the defaults, disabling CONFIG_HOTPLUG should show up in the miniconfig. > There are currently 8 MIPS default configurations that dondo not enable > CONFIG_HOTPLUG. I didn't check other architectures. Strange, how come I didn't see those? Ah, wrong file pattern. They're stored in the "configs" subdir, not in "config". Better list: $ git grep -w CONFIG_HOTPLUG arch/*/*config* arch/arm/configs/at91x40_defconfig:# CONFIG_HOTPLUG is not set arch/arm/configs/bcmring_defconfig:# CONFIG_HOTPLUG is not set arch/arm/configs/edb7211_defconfig:# CONFIG_HOTPLUG is not set arch/arm/configs/footbridge_defconfig:# CONFIG_HOTPLUG is not set arch/arm/configs/fortunet_defconfig:# CONFIG_HOTPLUG is not set arch/arm/configs/pleb_defconfig:# CONFIG_HOTPLUG is not set arch/blackfin/configs/IP0X_defconfig:# CONFIG_HOTPLUG is not set arch/cris/configs/artpec_3_defconfig:# CONFIG_HOTPLUG is not set arch/cris/configs/etrax-100lx_v2_defconfig:# CONFIG_HOTPLUG is not set arch/cris/configs/etraxfs_defconfig:# CONFIG_HOTPLUG is not set arch/frv/defconfig:# CONFIG_HOTPLUG is not set arch/h8300/defconfig:# CONFIG_HOTPLUG is not set arch/m68k/configs/m5208evb_defconfig:# CONFIG_HOTPLUG is not set arch/m68k/configs/m5249evb_defconfig:# CONFIG_HOTPLUG is not set arch/m68k/configs/m5272c3_defconfig:# CONFIG_HOTPLUG is not set arch/m68k/configs/m5275evb_defconfig:# CONFIG_HOTPLUG is not set arch/m68k/configs/m5307c3_defconfig:# CONFIG_HOTPLUG is not set arch/m68k/configs/m5407c3_defconfig:# CONFIG_HOTPLUG is not set arch/m68k/configs/m5475evb_defconfig:# CONFIG_HOTPLUG is not set arch/microblaze/configs/mmu_defconfig:# CONFIG_HOTPLUG is not set arch/microblaze/configs/nommu_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/db1000_defconfig:CONFIG_HOTPLUG=y arch/mips/configs/db1300_defconfig:CONFIG_HOTPLUG=y arch/mips/configs/db1550_defconfig:CONFIG_HOTPLUG=y arch/mips/configs/decstation_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/e55_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/ip22_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/ip28_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/jmr3927_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/lasat_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/pnx8550-stb810_defconfig:# CONFIG_HOTPLUG is not set arch/mips/configs/rbtx49xx_defconfig:# CONFIG_HOTPLUG is not set arch/mn10300/configs/asb2303_defconfig:# CONFIG_HOTPLUG is not set arch/powerpc/configs/85xx/socrates_defconfig:# CONFIG_HOTPLUG is not set arch/powerpc/configs/85xx/tqm8540_defconfig:# CONFIG_HOTPLUG is not set arch/powerpc/configs/85xx/tqm8541_defconfig:# CONFIG_HOTPLUG is not set arch/powerpc/configs/85xx/tqm8555_defconfig:# CONFIG_HOTPLUG is not set arch/powerpc/configs/85xx/tqm8560_defconfig:# CONFIG_HOTPLUG is not set arch/powerpc/configs/mpc866_ads_defconfig:# CONFIG_HOTPLUG is not set arch/score/configs/spct6600_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/edosk7705_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/se7619_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/se7705_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/se7750_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/se7751_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/se7780_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/secureedge5410_defconfig:# CONFIG_HOTPLUG is not set arch/sh/configs/shmin_defconfig:# CONFIG_HOTPLUG is not set arch/um/defconfig:CONFIG_HOTPLUG=y arch/unicore32/configs/unicore32_defconfig:CONFIG_HOTPLUG=y arch/xtensa/configs/common_defconfig:# CONFIG_HOTPLUG is not set arch/xtensa/configs/iss_defconfig:# CONFIG_HOTPLUG is not set arch/xtensa/configs/s6105_defconfig:# CONFIG_HOTPLUG is not set $ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds