diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-04-08 11:09:03 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-09-22 07:35:48 -0400 |
commit | bfe0307942366b729520718b1ddcd96fb9bd5391 (patch) | |
tree | 1d1a56a73ac067b6e35c2e96909f4f5eb7c7e2fc /arch/mips/configs | |
parent | ff848c9f359ba4de478c01886d3664cd768defed (diff) |
MIPS: SEAD3: Enable DEVTMPFS
This is similar to 68f30ba7f8b9d666d1218eec97822ade0f23d9c3
"MIPS: Malta: Enable DEVTMPFS"
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6738/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/sead3_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/sead3micro_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/configs/sead3_defconfig b/arch/mips/configs/sead3_defconfig index 364649816e12..dae9354b6256 100644 --- a/arch/mips/configs/sead3_defconfig +++ b/arch/mips/configs/sead3_defconfig | |||
@@ -31,6 +31,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
31 | # CONFIG_IPV6 is not set | 31 | # CONFIG_IPV6 is not set |
32 | # CONFIG_WIRELESS is not set | 32 | # CONFIG_WIRELESS is not set |
33 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 33 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
34 | CONFIG_DEVTMPFS=y | ||
34 | CONFIG_MTD=y | 35 | CONFIG_MTD=y |
35 | CONFIG_MTD_BLOCK=y | 36 | CONFIG_MTD_BLOCK=y |
36 | CONFIG_MTD_CFI=y | 37 | CONFIG_MTD_CFI=y |
diff --git a/arch/mips/configs/sead3micro_defconfig b/arch/mips/configs/sead3micro_defconfig index 60bc0942bc37..cd91a775c74e 100644 --- a/arch/mips/configs/sead3micro_defconfig +++ b/arch/mips/configs/sead3micro_defconfig | |||
@@ -32,6 +32,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
32 | # CONFIG_IPV6 is not set | 32 | # CONFIG_IPV6 is not set |
33 | # CONFIG_WIRELESS is not set | 33 | # CONFIG_WIRELESS is not set |
34 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 34 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
35 | CONFIG_DEVTMPFS=y | ||
35 | CONFIG_MTD=y | 36 | CONFIG_MTD=y |
36 | CONFIG_MTD_BLOCK=y | 37 | CONFIG_MTD_BLOCK=y |
37 | CONFIG_MTD_CFI=y | 38 | CONFIG_MTD_CFI=y |