diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2015-10-26 07:30:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-11 02:38:45 -0500 |
commit | 834cc15b443840d94e225bb0ff0604b1c1f6f2e1 (patch) | |
tree | 30b955a26ceea32fa53a4c91f0af22cc97add3df | |
parent | 9937f5fff889bde488c5ffd238dcb49e9b9cc7b7 (diff) |
MIPS: Add xilfpga defconfig
Add defconfig for MIPSfpga
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: robh+dt@kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11363/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/configs/xilfpga_defconfig | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/mips/configs/xilfpga_defconfig b/arch/mips/configs/xilfpga_defconfig new file mode 100644 index 000000000000..ed1dce348320 --- /dev/null +++ b/arch/mips/configs/xilfpga_defconfig | |||
@@ -0,0 +1,40 @@ | |||
1 | CONFIG_MACH_XILFPGA=y | ||
2 | # CONFIG_COMPACTION is not set | ||
3 | # CONFIG_LOCALVERSION_AUTO is not set | ||
4 | CONFIG_EMBEDDED=y | ||
5 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
6 | # CONFIG_COMPAT_BRK is not set | ||
7 | CONFIG_SLAB=y | ||
8 | # CONFIG_BLOCK is not set | ||
9 | # CONFIG_SUSPEND is not set | ||
10 | # CONFIG_UEVENT_HELPER is not set | ||
11 | CONFIG_DEVTMPFS=y | ||
12 | CONFIG_DEVTMPFS_MOUNT=y | ||
13 | # CONFIG_STANDALONE is not set | ||
14 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
15 | # CONFIG_FW_LOADER is not set | ||
16 | # CONFIG_ALLOW_DEV_COREDUMP is not set | ||
17 | # CONFIG_INPUT_MOUSEDEV is not set | ||
18 | # CONFIG_INPUT_KEYBOARD is not set | ||
19 | # CONFIG_INPUT_MOUSE is not set | ||
20 | # CONFIG_SERIO is not set | ||
21 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
22 | # CONFIG_UNIX98_PTYS is not set | ||
23 | # CONFIG_LEGACY_PTYS is not set | ||
24 | CONFIG_SERIAL_8250=y | ||
25 | CONFIG_SERIAL_8250_CONSOLE=y | ||
26 | CONFIG_SERIAL_OF_PLATFORM=y | ||
27 | # CONFIG_HW_RANDOM is not set | ||
28 | CONFIG_GPIO_SYSFS=y | ||
29 | CONFIG_GPIO_XILINX=y | ||
30 | # CONFIG_HWMON is not set | ||
31 | # CONFIG_USB_SUPPORT is not set | ||
32 | # CONFIG_MIPS_PLATFORM_DEVICES is not set | ||
33 | # CONFIG_IOMMU_SUPPORT is not set | ||
34 | # CONFIG_PROC_PAGE_MONITOR is not set | ||
35 | # CONFIG_MISC_FILESYSTEMS is not set | ||
36 | CONFIG_PANIC_ON_OOPS=y | ||
37 | # CONFIG_SCHED_DEBUG is not set | ||
38 | # CONFIG_FTRACE is not set | ||
39 | CONFIG_CMDLINE_BOOL=y | ||
40 | CONFIG_CMDLINE="console=ttyS0,115200" | ||