packagegroup-agl-core-devel: remove duplicate profiling tools
[AGL/meta-agl.git] / meta-agl-bsp / meta-core / recipes-kernel / linux / linux-yocto / qemuarm.cfg
1 # Necessary configs for using the virt qemu machine
2 CONFIG_ARCH_MULTI_V7=y
3 CONFIG_ARCH_VIRT=y
4 CONFIG_SERIAL_AMBA_PL011=y
5 CONFIG_PCI_HOST_GENERIC=y
6 CONFIG_RTC_DRV_PL031=y
7 # SPEC-3976 we mimic real AGL ARM board and they dont have LPAE. This cause also HDA failure.
8 # CONFIG_ARM_LPAE is not set