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/SRV1_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/SRV1_defconfig')
-rw-r--r-- | arch/blackfin/configs/SRV1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/configs/SRV1_defconfig b/arch/blackfin/configs/SRV1_defconfig index 853809510ee9..12e66cd7cdaa 100644 --- a/arch/blackfin/configs/SRV1_defconfig +++ b/arch/blackfin/configs/SRV1_defconfig @@ -48,6 +48,7 @@ CONFIG_MTD_COMPLEX_MAPPINGS=y CONFIG_MTD_UCLINUX=y CONFIG_MTD_NAND=m CONFIG_BLK_DEV_RAM=y +CONFIG_MISC_DEVICES=y CONFIG_EEPROM_AT25=m CONFIG_NETDEVICES=y # CONFIG_NETDEV_1000 is not set |