From: Tony Luck Date: Wed, 2 Mar 2011 21:35:22 +0000 (-0800) Subject: [IA64] Add CONFIG_MISC_DEVICES=y to configs that need it. X-Git-Tag: v2.6.39-rc1~465^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa18530b55d116ce5570b8e5be4350a5452ce69;p=pandora-kernel.git [IA64] Add CONFIG_MISC_DEVICES=y to configs that need it. Uwe Kleine-König wrote: > While working on an defconfig (arm/mx27) I noticed that just updating > it results in removing CONFIG_EEPROM_AT24=y. The reason is that > since commit > > v2.6.36-5965-g5f2365d (misc devices: do not enable by default) > > MISC_DEVICES isn't enabled anymore by default. So all defconfigs that > have CONFIG_SOME_SYMBOL=y (or =m) (with SOME_SYMBOL depending on > MISC_DEVICES) but not CONFIG_MISC_DEVICES=y suffer from the same > problem. Reported-by: Uwe Kleine-König Signed-off-by: Tony Luck --- Reading git-diff-tree failed