diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 10 | ||||
-rw-r--r-- | target/config/Config.in.qemuopts | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 720700fb0..aa692157c 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -47,6 +47,16 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_CPU_SH_J2 +config ADK_TOOLCHAIN_GCC_8 + bool "8.1.0" + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CSKY + depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_ARCH_OR1K + depends on !ADK_TARGET_CPU_SH_J2 + config ADK_TOOLCHAIN_GCC_7 bool "7.3.0" depends on !ADK_TARGET_ARCH_ARC diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts index 0e82835b9..012e93efe 100644 --- a/target/config/Config.in.qemuopts +++ b/target/config/Config.in.qemuopts @@ -151,6 +151,7 @@ config ADK_TARGET_QEMU_WITHOUT_VIRTIO config ADK_TARGET_QEMU_WITH_VIRTIO bool "enabled" select ADK_LINUX_KERNEL_VIRTIO + select ADK_LINUX_KERNEL_VIRTIO_MENU select ADK_LINUX_KERNEL_VIRTIO_PCI select ADK_LINUX_KERNEL_VIRTIO_NET select ADK_LINUX_KERNEL_VIRTIO_BLK |