Re: [RFC PATCH v1 31/31] ARC: [plat-arcfpga] defconfig
From: James Hogan <hidden>
Date: 2012-11-12 14:18:46
Also in:
lkml
From: James Hogan <hidden>
Date: 2012-11-12 14:18:46
Also in:
lkml
On 07/11/12 14:06, Arnd Bergmann wrote:
On Wednesday 07 November 2012, Vineet Gupta wrote:quoted
Signed-off-by: Vineet Gupta <redacted> --- arch/arc/configs/fpga_defconfig | 607 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 607 insertions(+), 0 deletions(-) create mode 100644 arch/arc/configs/fpga_defconfigdiff --git a/arch/arc/configs/fpga_defconfig b/arch/arc/configs/fpga_defconfig new file mode 100644 index 0000000..cfdca3c --- /dev/null +++ b/arch/arc/configs/fpga_defconfig@@ -0,0 +1,607 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/arc 3.7.0-rc3 Kernel Configuration +#Please use "make defconfig" to generate minimal defconfig files, instead of copying the entire file here.
Hi Arnd, I think you mean "make savedefconfig"? (I think "make defconfig" loads the default defconfig). Cheers James