diff options
author | Jason Cooper <jason@lakedaemon.net> | 2012-11-21 15:00:36 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-21 15:00:36 -0500 |
commit | 9580e3e3fb44a5b7a1bfefccf4f03481cdbd3c5a (patch) | |
tree | 3fe6ef056f167c4502e2f6b7d193a63dc1a8c4f2 | |
parent | 98d8df630d4a508f7d5f7d3bb4d78ca436ef1c8c (diff) | |
parent | 8dc40c19efad15f5bdb77b8d1ccf902902c00c58 (diff) |
Merge tag 'marvell-net-xor-defconfig-for-3.8' of git://github.com/MISL-EBU-System-SW/mainline-public into mvebu/everything
Marvell mvebu defconfig updates for 3.8
Conflicts:
arch/arm/configs/mvebu_defconfig
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index cdec70600994..cc2c3b2e9641 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig | |||
@@ -19,16 +19,23 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 | |||
19 | CONFIG_ZBOOT_ROM_BSS=0x0 | 19 | CONFIG_ZBOOT_ROM_BSS=0x0 |
20 | CONFIG_ARM_APPENDED_DTB=y | 20 | CONFIG_ARM_APPENDED_DTB=y |
21 | CONFIG_VFP=y | 21 | CONFIG_VFP=y |
22 | CONFIG_NET=y | ||
23 | CONFIG_INET=y | ||
22 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 24 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
23 | CONFIG_BLK_DEV_SD=y | 25 | CONFIG_BLK_DEV_SD=y |
24 | CONFIG_ATA=y | 26 | CONFIG_ATA=y |
25 | CONFIG_SATA_MV=y | 27 | CONFIG_SATA_MV=y |
28 | CONFIG_NETDEVICES=y | ||
29 | CONFIG_MVNETA=y | ||
30 | CONFIG_MARVELL_PHY=y | ||
26 | CONFIG_SERIAL_8250=y | 31 | CONFIG_SERIAL_8250=y |
27 | CONFIG_SERIAL_8250_CONSOLE=y | 32 | CONFIG_SERIAL_8250_CONSOLE=y |
28 | CONFIG_SERIAL_OF_PLATFORM=y | 33 | CONFIG_SERIAL_OF_PLATFORM=y |
29 | CONFIG_GPIOLIB=y | 34 | CONFIG_GPIOLIB=y |
30 | CONFIG_GPIO_SYSFS=y | 35 | CONFIG_GPIO_SYSFS=y |
31 | # CONFIG_USB_SUPPORT is not set | 36 | # CONFIG_USB_SUPPORT is not set |
37 | CONFIG_DMADEVICES=y | ||
38 | CONFIG_MV_XOR=y | ||
32 | # CONFIG_IOMMU_SUPPORT is not set | 39 | # CONFIG_IOMMU_SUPPORT is not set |
33 | CONFIG_EXT2_FS=y | 40 | CONFIG_EXT2_FS=y |
34 | CONFIG_EXT3_FS=y | 41 | CONFIG_EXT3_FS=y |