arm: defconfig: Add ranchu_defconfig for Android QEMU emulator
authorChristoffer Dall <christoffer.dall@linaro.org>
Wed, 29 Oct 2014 15:04:02 +0000 (16:04 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Sat, 13 Dec 2014 15:13:46 +0000 (16:13 +0100)
commit6cccaefe71eff057c54fa73fa1cd2b78770df0a5
tree7a58920d16d8c1e558235fca20424d90b5b384a1
parent3c7dcf3fdefb6fcbd450a2fe71b84b17841950a4
arm: defconfig: Add ranchu_defconfig for Android QEMU emulator

Add a defconfig for the ranchu baord emulated by recent QEMU versions to
serve as a base for the Android emulator.

This is basically a tweaked vexpress_defconfig with ARCH_VIRT, virtio
drivers, and Android drivers enabled plus other bits needed by Android
(like ipfilter).  A pure ARCH_VIRT configuration would be nice, but that
currenly doesn't permit inclusion of AMBA devices like the pl011 used
for the console, and changing the config system on a stable kernel to
allow that is not worth the effort and intrusiveness for a slightly
smaller kernel binary.  Newer versions of Linux will allow for a more
compact kernel/config.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/configs/ranchu_defconfig [new file with mode: 0644]