kernel: update 3.14 to 3.14.18
[openwrt.git] / target / linux / sunxi / patches-3.14 / 147-sun6i-enable-spi-in-defconfig.patch
1 From 3aa7ff0de5bddc825406ffff49dc4a38b13ebac3 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime.ripard@free-electrons.com>
3 Date: Wed, 5 Feb 2014 14:05:07 +0100
4 Subject: [PATCH] ARM: sunxi: Enable A31 SPI and SID in the defconfig
5
6 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
7 ---
8  arch/arm/configs/sunxi_defconfig | 3 +++
9  1 file changed, 3 insertions(+)
10
11 --- a/arch/arm/configs/sunxi_defconfig
12 +++ b/arch/arm/configs/sunxi_defconfig
13 @@ -24,6 +24,7 @@ CONFIG_IP_PNP_BOOTP=y
14  # CONFIG_WIRELESS is not set
15  CONFIG_DEVTMPFS=y
16  CONFIG_DEVTMPFS_MOUNT=y
17 +CONFIG_EEPROM_SUNXI_SID=y
18  CONFIG_NETDEVICES=y
19  CONFIG_SUN4I_EMAC=y
20  # CONFIG_NET_CADENCE is not set
21 @@ -48,6 +49,8 @@ CONFIG_I2C=y
22  # CONFIG_I2C_COMPAT is not set
23  CONFIG_I2C_CHARDEV=y
24  CONFIG_I2C_MV64XXX=y
25 +CONFIG_SPI=y
26 +CONFIG_SPI_SUN6I=y
27  CONFIG_GPIO_SYSFS=y
28  # CONFIG_HWMON is not set
29  CONFIG_WATCHDOG=y