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 <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa
2022-05-11 14:24:08 +09:00
committed by Xiang Xiao
parent 12453bb623
commit 1277bcfd15
+4 -4
View File
@@ -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"