diff options
| author | Olof Johansson <olof@lixom.net> | 2013-10-28 13:19:03 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2013-10-28 13:19:46 -0400 |
| commit | 826f57b497c265702422770afda59893ac476817 (patch) | |
| tree | 44d5a221c990ab92f786760ed22dac810afe7e2f | |
| parent | 0d74578b7de73c4b7f25daaacff8d5091fa83bd4 (diff) | |
| parent | 2ce4ec7a076203f39016553b6c51248f9c721071 (diff) | |
Merge tag 'sunxi-defconfig-for-3.13' of https://github.com/mripard/linux into next/soc
From Maxime Ripard:
Allwinner sunXi defconfig changes for 3.13
This pull request only see the introduction of a sunxi_defconfig.
* tag 'sunxi-defconfig-for-3.13' of https://github.com/mripard/linux:
ARM: sunxi: Add a defconfig for the Allwinner SoCs
Signed-off-by: Olof Johansson <olof@lixom.net>
| -rw-r--r-- | arch/arm/configs/sunxi_defconfig | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig new file mode 100644 index 000000000000..d57a85badb5e --- /dev/null +++ b/arch/arm/configs/sunxi_defconfig | |||
| @@ -0,0 +1,61 @@ | |||
| 1 | CONFIG_NO_HZ=y | ||
| 2 | CONFIG_HIGH_RES_TIMERS=y | ||
| 3 | CONFIG_BLK_DEV_INITRD=y | ||
| 4 | CONFIG_ARCH_SUNXI=y | ||
| 5 | CONFIG_SMP=y | ||
| 6 | CONFIG_AEABI=y | ||
| 7 | CONFIG_HIGHMEM=y | ||
| 8 | CONFIG_HIGHPTE=y | ||
| 9 | CONFIG_VFP=y | ||
| 10 | CONFIG_NEON=y | ||
| 11 | CONFIG_NET=y | ||
| 12 | CONFIG_PACKET=y | ||
| 13 | CONFIG_UNIX=y | ||
| 14 | CONFIG_INET=y | ||
| 15 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
| 16 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
| 17 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
| 18 | # CONFIG_INET_LRO is not set | ||
| 19 | # CONFIG_INET_DIAG is not set | ||
| 20 | # CONFIG_IPV6 is not set | ||
| 21 | # CONFIG_WIRELESS is not set | ||
| 22 | CONFIG_DEVTMPFS=y | ||
| 23 | CONFIG_DEVTMPFS_MOUNT=y | ||
| 24 | CONFIG_NETDEVICES=y | ||
| 25 | CONFIG_SUN4I_EMAC=y | ||
| 26 | # CONFIG_NET_CADENCE is not set | ||
| 27 | # CONFIG_NET_VENDOR_BROADCOM is not set | ||
| 28 | # CONFIG_NET_VENDOR_CIRRUS is not set | ||
| 29 | # CONFIG_NET_VENDOR_FARADAY is not set | ||
| 30 | # CONFIG_NET_VENDOR_INTEL is not set | ||
| 31 | # CONFIG_NET_VENDOR_MARVELL is not set | ||
| 32 | # CONFIG_NET_VENDOR_MICREL is not set | ||
| 33 | # CONFIG_NET_VENDOR_NATSEMI is not set | ||
| 34 | # CONFIG_NET_VENDOR_SEEQ is not set | ||
| 35 | # CONFIG_NET_VENDOR_SMSC is not set | ||
| 36 | # CONFIG_NET_VENDOR_STMICRO is not set | ||
| 37 | # CONFIG_NET_VENDOR_WIZNET is not set | ||
| 38 | # CONFIG_WLAN is not set | ||
| 39 | CONFIG_SERIAL_8250=y | ||
| 40 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 41 | CONFIG_SERIAL_8250_NR_UARTS=8 | ||
| 42 | CONFIG_SERIAL_8250_RUNTIME_UARTS=8 | ||
| 43 | CONFIG_SERIAL_8250_DW=y | ||
| 44 | CONFIG_I2C=y | ||
| 45 | # CONFIG_I2C_COMPAT is not set | ||
| 46 | CONFIG_I2C_CHARDEV=y | ||
| 47 | CONFIG_I2C_MV64XXX=y | ||
| 48 | CONFIG_GPIO_SYSFS=y | ||
| 49 | # CONFIG_HWMON is not set | ||
| 50 | CONFIG_WATCHDOG=y | ||
| 51 | CONFIG_SUNXI_WATCHDOG=y | ||
| 52 | # CONFIG_USB_SUPPORT is not set | ||
| 53 | CONFIG_NEW_LEDS=y | ||
| 54 | CONFIG_LEDS_CLASS=y | ||
| 55 | CONFIG_LEDS_GPIO=y | ||
| 56 | CONFIG_LEDS_TRIGGERS=y | ||
| 57 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
| 58 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=y | ||
| 59 | CONFIG_COMMON_CLK_DEBUG=y | ||
| 60 | # CONFIG_IOMMU_SUPPORT is not set | ||
| 61 | CONFIG_NLS=y | ||
