diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-24 07:34:42 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-25 21:54:12 +0100 |
commit | 901c23fb18fad6506c90e17fa265970c311b9227 (patch) | |
tree | ad45834dcc6bf9919bfa3f5a7d5343aead9c7118 /arch/blackfin/configs/BF538-EZKIT_defconfig | |
parent | Blackfin: use more standard pr_fmt in the module loader (diff) | |
download | linux-901c23fb18fad6506c90e17fa265970c311b9227.tar.xz linux-901c23fb18fad6506c90e17fa265970c311b9227.zip |
Blackfin: defconfigs: update after misc devices defaulted to N
The default value for misc devices was changed from Y to N which
causes problems for mini defconfigs that were relying on this
defaulting to Y. So update all of the defconfigs accordingly.
Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/configs/BF538-EZKIT_defconfig')
-rw-r--r-- | arch/blackfin/configs/BF538-EZKIT_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/configs/BF538-EZKIT_defconfig b/arch/blackfin/configs/BF538-EZKIT_defconfig index 6883803e6ca8..580bf4296a14 100644 --- a/arch/blackfin/configs/BF538-EZKIT_defconfig +++ b/arch/blackfin/configs/BF538-EZKIT_defconfig @@ -70,7 +70,6 @@ CONFIG_MTD_ROM=m CONFIG_MTD_PHYSMAP=m CONFIG_MTD_NAND=m CONFIG_BLK_DEV_RAM=y -# CONFIG_MISC_DEVICES is not set CONFIG_NETDEVICES=y CONFIG_PHYLIB=y CONFIG_SMSC_PHY=y |