aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/sunxi_defconfig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-05-01ARM: sunxi: Enable GMAC in sunxi_defconfigMaxime Ripard1-1/+1
Since the support of the GMAC has been merged, we're using it as the ethernet controller on the A20 devices. However, sunxi_defconfig wasn't selecting it hence breaking the NFS boot. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-02-07ARM: sunxi: Enable A31 SPI and SID in the defconfigMaxime Ripard1-0/+3
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-12-03ARM: sunxi_defconfig: enable NFS, TMPFS, PRINTK_TIME and nfsroot supportOlof Johansson1-0/+7
This enables a few more options on the sunxi defconfigs such that I can use nfsroot to boot them (there is no local storage support yet). It also enables PRINTK_TIME and tmpfs since it's a common distro requirement. Signed-off-by: Olof Johansson <olof@lixom.net>
2013-10-08ARM: sunxi: Add a defconfig for the Allwinner SoCsMaxime Ripard1-0/+61
So far, the Allwinner SoCs were only supported using the multi_v7_defconfig. Add a defconfig of our own to have one a bit more tailor-made. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>