summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-02-05 08:05:07 -0500
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-02-07 14:26:40 -0500
commit4f26b761531c00605010d595b495901106729f8b (patch)
tree8a55e10d10b9631e2c72286566fe5b154b743371 /arch/arm/configs
parent38dbfb59d1175ef458d006556061adeaa8751b72 (diff)
ARM: sunxi: Enable A31 SPI and SID in the defconfig
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/sunxi_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 3e2259b60236..b5df4a511b0a 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -24,6 +24,7 @@ CONFIG_IP_PNP_BOOTP=y
24# CONFIG_WIRELESS is not set 24# CONFIG_WIRELESS is not set
25CONFIG_DEVTMPFS=y 25CONFIG_DEVTMPFS=y
26CONFIG_DEVTMPFS_MOUNT=y 26CONFIG_DEVTMPFS_MOUNT=y
27CONFIG_EEPROM_SUNXI_SID=y
27CONFIG_NETDEVICES=y 28CONFIG_NETDEVICES=y
28CONFIG_SUN4I_EMAC=y 29CONFIG_SUN4I_EMAC=y
29# CONFIG_NET_CADENCE is not set 30# CONFIG_NET_CADENCE is not set
@@ -48,6 +49,8 @@ CONFIG_I2C=y
48# CONFIG_I2C_COMPAT is not set 49# CONFIG_I2C_COMPAT is not set
49CONFIG_I2C_CHARDEV=y 50CONFIG_I2C_CHARDEV=y
50CONFIG_I2C_MV64XXX=y 51CONFIG_I2C_MV64XXX=y
52CONFIG_SPI=y
53CONFIG_SPI_SUN6I=y
51CONFIG_GPIO_SYSFS=y 54CONFIG_GPIO_SYSFS=y
52# CONFIG_HWMON is not set 55# CONFIG_HWMON is not set
53CONFIG_WATCHDOG=y 56CONFIG_WATCHDOG=y