diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2017-03-31 12:00:42 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-09 01:54:14 +0300 |
commit | 0861aa1251c749bbec4ee124ee21660c2f263da4 (patch) | |
tree | 31f779ed9d797f95e4a3fd3505a49aaaf309e4e0 /arch/mips/xilfpga/Kconfig | |
parent | b35565bb16a55e5b8c5067e891b7b31a4359bda6 (diff) | |
download | linux-0861aa1251c749bbec4ee124ee21660c2f263da4.tar.xz |
MIPS: Xilfpga: Switch to using generic defconfigs
Use the generic platform code and remove arch/mips/xilfpga
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15847/
[jhogan@kernel.org: Update arch/mips/Makefile snippet and move to end]
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/xilfpga/Kconfig')
-rw-r--r-- | arch/mips/xilfpga/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/xilfpga/Kconfig b/arch/mips/xilfpga/Kconfig deleted file mode 100644 index 42a030a0edba..000000000000 --- a/arch/mips/xilfpga/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -choice - prompt "Machine type" - depends on MACH_XILFPGA - default XILFPGA_NEXYS4DDR - -config XILFPGA_NEXYS4DDR - bool "Nexys4DDR by Digilent" - -endchoice |