On Tue, Aug 21, 2012 at 04:32:45PM +0200, Geert Uytterhoeven 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 :-(
There are currently 8 MIPS default configurations that dondo not enable
CONFIG_HOTPLUG. I didn't check other architectures.
Ralf
|