aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/socfpga_defconfig
AgeCommit message (Collapse)Author
2018-05-01ARM: socfpga_defconfig: Remove QSPI Sector 4K size forceThor Thayer
commit 6e8fe39989720b87439fee7817a5ca362b16d931 upstream. Remove QSPI Sector 4K size force which is causing QSPI boot problems with the JFFS2 root filesystem. Fixes the following error: "Magic bitmask 0x1985 not found at ..." Cc: stable@vger.kernel.org Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-16ARM: socfpga: updates for socfpga_defconfigJia Jie Ho
This patch enables Altera TSE support in socfpga_defconfig Signed-off-by: Jia Jie Ho <ho.jia.jie@intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
2017-01-03ARM: socfpga_defconfig: update defconfig for SoCFPGADinh Nguyen
MARVELL_PHY - support for the Marvell PHY that is on most of the devkits EEPROM_AT24 - support for I2C EEPROMs on the devkits GPIO_ALTERA - support for Altera's GPIO driver NAND - support for the Denali NAND controller along with MTD subsystem SPI_DESIGNWARE - support for SPI that is on SoCFPGA SPI_DW_MMIO - support for the memory-mapped io interface for the DW SPI core OF_CONFIGFS - SoCFPGA makes use of DT overlays using configfs, enable it GPIO_ALTERA_A10SR - support for the newly added Altera HWMON driver LEDS - support for the GPIO LEDs on the SoCFPGA devkits RTC - support for the DS1307 RTC JFFS2_FS - support for the JFFS2 filesystem NFS_V4 - supports for v4 NFS FUNCTION_TRACER - supports debug function tracing Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
2016-11-09ARM: socfpga_defconfig: enable FS configs to support Angstrom filesystemDinh Nguyen
systemd on the Angstrom root file system expects AUTOFS to be configured as a module and NFSD to be statically linked into the kernel. This patch adds the necessary configuration to get rid two "FAILED" error messages during systemd startup. Signed-off-by: Matthew Gerlach <mgerlach@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> --- v2: provide a more descriptive changelog
2016-11-02ARM: socfpga: updates for socfpga_defconfigAlan Tull
This patch enables the following in the socfpga_defconfig: +CONFIG_OF_OVERLAY=y Enable support for Device Tree Overlays +CONFIG_FPGA_REGION=y Enable device tree overlay support for FPGA programming +CONFIG_FPGA_MGR_SOCFPGA_A10=y Enable partial reconfiguration for Altera Arria 10 FPGA +CONFIG_FPGA_BRIDGE=y Enable the FPGA Bridges framework +CONFIG_SOCFPGA_FPGA_BRIDGE=y Enable support for SoCFPGA hardware bridges +CONFIG_ALTERA_FREEZE_BRIDGE=y Enable support for the Altera Soft IP Freeze bridges Signed-off-by: Alan Tull <atull@opensource.altera.com>
2016-10-25ARM: socfpga_defconfig: Enable HIGHMEMDinh Nguyen
All of the SoCFPGA boards have at least 1GB of RAM, so enabling HIGHMEM is necessary to avoid the following warning: [ 0.000000] Truncating RAM at 0x00000000-0x40000000 to -0x30000000 [ 0.000000] Consider using a HIGHMEM enabled kernel. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2016-10-18ARM: socfpga: defconfig: enable qspiSteffen Trumtrar
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2016-06-20ARM: socfpga: enable PL330 DMA in socfpga_defconfigDinh Nguyen
Enable the PL330 DMA and DMATEST on SoCFPGA. make savedefconfig says CONFIG_FHANDLE is not needed in the defconfig, remove it. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> --- v2: Also enable DMATEST as a kernel module
2016-06-20ARM: socfpga: add PCIe to socfpga_defconfigLey Foon Tan
Enable Altera PCIe host driver, Altera MSI driver and PCIe devices. CONFIG_PCI=y CONFIG_PCI_MSI=y CONFIG_PCIE_ALTERA=y CONFIG_PCIE_ALTERA_MSI=y CONFIG_BLK_DEV_NVME=m CONFIG_E1000E=m CONFIG_IGB=m CONFIG_IXGBE=m Signed-off-by: Ley Foon Tan <lftan@altera.com> Signed-off-by: Tien Hock Loh <thloh@altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2016-06-14ARM: socfpga: Update socfpga_defconfigMarek Vasut
Enable the following bits: CONFIG_TOUCHSCREEN_STMPE - STMPE touchscreen support, needed on MCVEVK as it contains the chip. This also enables the STMPE MFD device and touchscreen input support. CONFIG_USB_STORAGE - USB storage support is often used, so enable it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2016-02-19ARM: socfpga_defconfig: enable support for initramfs/initrd supportDinh Nguyen
Enable CONFIG_BLK_DEV_INITRD. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> Acked-by: Kevin Hilman <khilman@baylibre.com>
2015-12-03arm: socfpga_defconfig: enable USB dual-role and cleanupDinh Nguyen
Enable USB OTG dual-role and a bit of clean up by using make savedefconfig. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2015-10-13ARM: socfpga_defconfig: enable fpga managerAlan Tull
Enable fpga manager framework and low level driver for socfpga in socfpga_defconfig Signed-off-by: Alan Tull <atull@opensource.altera.com> Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2014-10-24ARM: socfpga_defconfig: Update defconfig for SoCFPGADinh Nguyen
Clean up the socfpga_defconfig file by doing: make socfpga_defconfig make make savedefconfig Then add the following to socfpga_defconfig: CONFIG_SIGNALFD=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_SRAM=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_CONFIGFS_FS=y CONFIG_PMBUS=y CONFIG_SENSORS_PMBUS=y CONFIG_SENSORS_LTC2978=y CONFIG_SENSORS_LTC2978_REGULATOR=y CONFIG_PRINTK_TIME=y CONFIG_EXT4_FS=y Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Alan Tull <atull@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2014-07-14ARM: socfpga: Update socfpga_defconfigVince Bridgers
CONFIG_PM=y CONFIG_SUSPEND=y CONFIG_MMC_UNSAFE_RESUME=y CONFIG_DWMAC_SOCFPGA=y CONFIG_USB=y CONFIG_USB_DWC2=y CONFIG_USB_DWC2_HOST=y CONFIG_USB_DWC2_PLATFORM=y CONFIG_FHANDLE=y CONFIG_I2C=y CONFIG_I2C_DESIGNWARE_CORE=y CONFIG_I2C_DESIGNWARE_PLATFORM=y CONFIG_I2C_CHARDEV=y CONFIG_CAN=y CONFIG_CAN_RAW=y CONFIG_CAN_BCM=y CONFIG_CAN_GW=y CONFIG_CAN_DEV=y CONFIG_CAN_CALC_BITTIMING=y CONFIG_CAN_C_CAN=y CONFIG_CAN_C_CAN_PLATFORM=y CONFIG_WATCHDOG=y CONFIG_DW_WATCHDOG=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_DWAPB=y CONFIG_PPS=y CONFIG_NETWORK_PHY_TIMESTAMPING=y CONFIG_PTP_1588_CLOCK=y CONFIG_VLAN_8021Q=y CONFIG_VLAN_8021Q_GVRP=y CONFIG_GARP=y CONFIG_IPV6=y CONFIG_HOTPLUG=y Signed-off-by: Vince Bridgers <vbridgers2013@gmail.com> Signed-off-by: Alan Tull <atull@altera.com> Signed-off-by: Thor Thayer <tthayer@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@altear.com> Signed-off-by: Olof Johansson <olof@lixom.net>
2014-03-02ARM: socfpga: Update socfpga_defconfigDinh Nguyen
CONFIG_MICREL_PHY=y CONFIG_EXT3_FS=y CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_MMC=y CONFIG_MMC_DW=y Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
2012-10-26ARM: socfpga: Enable SMP for socfpgaDinh Nguyen
Enable SMP for the SOCFPGA platform. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-07-19ARM: socfpga: initial support for Altera's SOCFPGA platformDinh Nguyen
Adding core definitions for Altera's SOCFPGA ARM platform. Mininum support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Pavel Machek <pavel@denx.de> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>