diff options
author | Olof Johansson <olof@lixom.net> | 2016-07-05 00:49:15 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-07-05 00:49:15 -0400 |
commit | 59f23b6e428bf0a17d55f96df32e71652b597131 (patch) | |
tree | 97acb633932b2c6aa503fc5cb46875d56f738e15 | |
parent | 208b3e2038c8eed1c0fe455a942c1a720441a241 (diff) | |
parent | 2baf9e9ec0d2528c94f0af41ccc014f63bb3ca03 (diff) |
Merge tag 'socfpga_defconfig_updates_for_v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/defconfig
SoCFPGA defconfig updates for v4.8
- enable PL330 DMA, PCIe, Touchscreen and USB Mass Storage
* tag 'socfpga_defconfig_updates_for_v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
ARM: socfpga: enable PL330 DMA in socfpga_defconfig
ARM: socfpga: add PCIe to socfpga_defconfig
ARM: socfpga: Update socfpga_defconfig
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/socfpga_defconfig | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index 753f1a5defc7..9f84be5b3ac5 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig | |||
@@ -1,5 +1,4 @@ | |||
1 | CONFIG_SYSVIPC=y | 1 | CONFIG_SYSVIPC=y |
2 | CONFIG_FHANDLE=y | ||
3 | CONFIG_HIGH_RES_TIMERS=y | 2 | CONFIG_HIGH_RES_TIMERS=y |
4 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
5 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
@@ -19,6 +18,10 @@ CONFIG_MODULE_UNLOAD=y | |||
19 | # CONFIG_IOSCHED_CFQ is not set | 18 | # CONFIG_IOSCHED_CFQ is not set |
20 | CONFIG_ARCH_SOCFPGA=y | 19 | CONFIG_ARCH_SOCFPGA=y |
21 | CONFIG_ARM_THUMBEE=y | 20 | CONFIG_ARM_THUMBEE=y |
21 | CONFIG_PCI=y | ||
22 | CONFIG_PCI_MSI=y | ||
23 | CONFIG_PCIE_ALTERA=y | ||
24 | CONFIG_PCIE_ALTERA_MSI=y | ||
22 | CONFIG_SMP=y | 25 | CONFIG_SMP=y |
23 | CONFIG_NR_CPUS=2 | 26 | CONFIG_NR_CPUS=2 |
24 | CONFIG_AEABI=y | 27 | CONFIG_AEABI=y |
@@ -50,15 +53,21 @@ CONFIG_DEVTMPFS_MOUNT=y | |||
50 | CONFIG_BLK_DEV_RAM=y | 53 | CONFIG_BLK_DEV_RAM=y |
51 | CONFIG_BLK_DEV_RAM_COUNT=2 | 54 | CONFIG_BLK_DEV_RAM_COUNT=2 |
52 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 55 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
56 | CONFIG_BLK_DEV_NVME=m | ||
53 | CONFIG_SRAM=y | 57 | CONFIG_SRAM=y |
54 | CONFIG_SCSI=y | 58 | CONFIG_SCSI=y |
55 | # CONFIG_SCSI_PROC_FS is not set | 59 | # CONFIG_SCSI_PROC_FS is not set |
56 | CONFIG_BLK_DEV_SD=y | 60 | CONFIG_BLK_DEV_SD=y |
57 | # CONFIG_SCSI_LOWLEVEL is not set | 61 | # CONFIG_SCSI_LOWLEVEL is not set |
58 | CONFIG_NETDEVICES=y | 62 | CONFIG_NETDEVICES=y |
63 | CONFIG_E1000E=m | ||
64 | CONFIG_IGB=m | ||
65 | CONFIG_IXGBE=m | ||
59 | CONFIG_STMMAC_ETH=y | 66 | CONFIG_STMMAC_ETH=y |
60 | CONFIG_MICREL_PHY=y | 67 | CONFIG_MICREL_PHY=y |
61 | CONFIG_INPUT_EVDEV=y | 68 | CONFIG_INPUT_EVDEV=y |
69 | CONFIG_INPUT_TOUCHSCREEN=y | ||
70 | CONFIG_TOUCHSCREEN_STMPE=y | ||
62 | # CONFIG_SERIO_SERPORT is not set | 71 | # CONFIG_SERIO_SERPORT is not set |
63 | CONFIG_SERIO_AMBAKMI=y | 72 | CONFIG_SERIO_AMBAKMI=y |
64 | CONFIG_LEGACY_PTY_COUNT=16 | 73 | CONFIG_LEGACY_PTY_COUNT=16 |
@@ -78,14 +87,19 @@ CONFIG_SENSORS_LTC2978=y | |||
78 | CONFIG_SENSORS_LTC2978_REGULATOR=y | 87 | CONFIG_SENSORS_LTC2978_REGULATOR=y |
79 | CONFIG_WATCHDOG=y | 88 | CONFIG_WATCHDOG=y |
80 | CONFIG_DW_WATCHDOG=y | 89 | CONFIG_DW_WATCHDOG=y |
90 | CONFIG_MFD_STMPE=y | ||
81 | CONFIG_REGULATOR=y | 91 | CONFIG_REGULATOR=y |
82 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | 92 | CONFIG_REGULATOR_FIXED_VOLTAGE=y |
83 | CONFIG_USB=y | 93 | CONFIG_USB=y |
94 | CONFIG_USB_STORAGE=y | ||
84 | CONFIG_USB_DWC2=y | 95 | CONFIG_USB_DWC2=y |
85 | CONFIG_NOP_USB_XCEIV=y | 96 | CONFIG_NOP_USB_XCEIV=y |
86 | CONFIG_USB_GADGET=y | 97 | CONFIG_USB_GADGET=y |
87 | CONFIG_MMC=y | 98 | CONFIG_MMC=y |
88 | CONFIG_MMC_DW=y | 99 | CONFIG_MMC_DW=y |
100 | CONFIG_DMADEVICES=y | ||
101 | CONFIG_PL330_DMA=y | ||
102 | CONFIG_DMATEST=m | ||
89 | CONFIG_FPGA=y | 103 | CONFIG_FPGA=y |
90 | CONFIG_FPGA_MGR_SOCFPGA=y | 104 | CONFIG_FPGA_MGR_SOCFPGA=y |
91 | CONFIG_EXT2_FS=y | 105 | CONFIG_EXT2_FS=y |