From 1277bcfd1589c6b67d40b516139dfd348e3d408b Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 11 May 2022 14:24:08 +0900 Subject: [PATCH] arch: tiva: Fix TIVA_WITH_QEMU in Kconfig Summary: - TIVA_WITH_QEMU is used to run the NuttX with QEMU - The configuration should not depend on TIVA_ETHERNET - This commit fixes this issue Impact: - None Testing: - Tested with QEMU Signed-off-by: Masayuki Ishikawa --- arch/arm/src/tiva/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/src/tiva/Kconfig b/arch/arm/src/tiva/Kconfig index 3d344b514a2..a560dbc99b4 100644 --- a/arch/arm/src/tiva/Kconfig +++ b/arch/arm/src/tiva/Kconfig @@ -1610,6 +1610,10 @@ config TIVA_CAN_ERR_HANDLER_PER endmenu +config TIVA_WITH_QEMU + bool "Run with qemu" + default n + if TIVA_ETHERNET menu "Stellaris Ethernet Configuration" @@ -1667,10 +1671,6 @@ config TIVA_DUMPPACKET ---help--- Dump each packet received/sent to the console. -config TIVA_WITH_QEMU - bool "Workaround for tiva with qemu" - default n - endmenu # Stellaris Ethernet Configuration menu "Ethernet Configuration"