diff options
| author | James Hogan <james.hogan@imgtec.com> | 2017-02-15 12:17:14 -0500 |
|---|---|---|
| committer | James Hogan <james.hogan@imgtec.com> | 2017-02-15 13:45:06 -0500 |
| commit | 4da3273b93bd3715b05cc007ca07e5c12fa1e883 (patch) | |
| tree | 40eac4f06cc020b423786bef511b407182f416a8 | |
| parent | 9050d50e2244331f3095e86eca899ac624fdb38f (diff) | |
MIPS: OCTEON: Enable DEVTMPFS
Recent versions of udev and systemd require the kernel to be compiled
with CONFIG_DEVTMPFS in order to populate the /dev directory. Most MIPS
platforms have it enabled by default, so enable it for the Cavium Octeon
defconfig as well. This will assist with automated kernel boot testing.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: David Daney <david.daney@cavium.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15294/
Signed-off-by: James Hogan <james.hogan@imgtec.com>
| -rw-r--r-- | arch/mips/configs/cavium_octeon_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/cavium_octeon_defconfig b/arch/mips/configs/cavium_octeon_defconfig index d470d08362c0..31e3c4d9adb0 100644 --- a/arch/mips/configs/cavium_octeon_defconfig +++ b/arch/mips/configs/cavium_octeon_defconfig | |||
| @@ -45,6 +45,7 @@ CONFIG_SYN_COOKIES=y | |||
| 45 | # CONFIG_INET_LRO is not set | 45 | # CONFIG_INET_LRO is not set |
| 46 | CONFIG_IPV6=y | 46 | CONFIG_IPV6=y |
| 47 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 47 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
| 48 | CONFIG_DEVTMPFS=y | ||
| 48 | # CONFIG_FW_LOADER is not set | 49 | # CONFIG_FW_LOADER is not set |
| 49 | CONFIG_MTD=y | 50 | CONFIG_MTD=y |
| 50 | # CONFIG_MTD_OF_PARTS is not set | 51 | # CONFIG_MTD_OF_PARTS is not set |
