diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-07-17 17:17:16 -0400 |
---|---|---|
committer | Dinh Nguyen <dinguyen@altera.com> | 2014-03-02 15:58:07 -0500 |
commit | 73960387b22dfb3f9088852cc41f1a995cd0b502 (patch) | |
tree | a0120f338c5e0ba612e38f9d234012cecc3f75b4 /arch/arm/configs | |
parent | 7e0b4cd06201ee9dbdf2d13bfd7b8a021b414e42 (diff) |
ARM: socfpga: Update socfpga_defconfig
CONFIG_MICREL_PHY=y
CONFIG_EXT3_FS=y
CONFIG_NFS_FS=y
CONFIG_ROOT_NFS=y
CONFIG_MMC=y
CONFIG_MMC_DW=y
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/socfpga_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index 4e1ce211d43f..e3a05e8801d8 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig | |||
@@ -52,6 +52,7 @@ CONFIG_BLK_DEV_SD=y | |||
52 | # CONFIG_SCSI_LOWLEVEL is not set | 52 | # CONFIG_SCSI_LOWLEVEL is not set |
53 | CONFIG_NETDEVICES=y | 53 | CONFIG_NETDEVICES=y |
54 | CONFIG_STMMAC_ETH=y | 54 | CONFIG_STMMAC_ETH=y |
55 | CONFIG_MICREL_PHY=y | ||
55 | # CONFIG_STMMAC_PHY_ID_ZERO_WORKAROUND is not set | 56 | # CONFIG_STMMAC_PHY_ID_ZERO_WORKAROUND is not set |
56 | CONFIG_INPUT_EVDEV=y | 57 | CONFIG_INPUT_EVDEV=y |
57 | # CONFIG_SERIO_SERPORT is not set | 58 | # CONFIG_SERIO_SERPORT is not set |
@@ -66,6 +67,9 @@ CONFIG_SERIAL_8250_DW=y | |||
66 | CONFIG_EXT2_FS=y | 67 | CONFIG_EXT2_FS=y |
67 | CONFIG_EXT2_FS_XATTR=y | 68 | CONFIG_EXT2_FS_XATTR=y |
68 | CONFIG_EXT2_FS_POSIX_ACL=y | 69 | CONFIG_EXT2_FS_POSIX_ACL=y |
70 | CONFIG_EXT3_FS=y | ||
71 | CONFIG_NFS_FS=y | ||
72 | CONFIG_ROOT_NFS=y | ||
69 | # CONFIG_DNOTIFY is not set | 73 | # CONFIG_DNOTIFY is not set |
70 | # CONFIG_INOTIFY_USER is not set | 74 | # CONFIG_INOTIFY_USER is not set |
71 | CONFIG_VFAT_FS=y | 75 | CONFIG_VFAT_FS=y |
@@ -82,3 +86,5 @@ CONFIG_DEBUG_INFO=y | |||
82 | CONFIG_ENABLE_DEFAULT_TRACERS=y | 86 | CONFIG_ENABLE_DEFAULT_TRACERS=y |
83 | CONFIG_DEBUG_USER=y | 87 | CONFIG_DEBUG_USER=y |
84 | CONFIG_XZ_DEC=y | 88 | CONFIG_XZ_DEC=y |
89 | CONFIG_MMC=y | ||
90 | CONFIG_MMC_DW=y | ||