mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
committed by
Xiang Xiao
parent
12453bb623
commit
1277bcfd15
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user