summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/tiva/Kconfig')
-rw-r--r--nuttx/arch/arm/src/tiva/Kconfig15
1 files changed, 8 insertions, 7 deletions
diff --git a/nuttx/arch/arm/src/tiva/Kconfig b/nuttx/arch/arm/src/tiva/Kconfig
index a26a0d25c..1e48c668f 100644
--- a/nuttx/arch/arm/src/tiva/Kconfig
+++ b/nuttx/arch/arm/src/tiva/Kconfig
@@ -655,13 +655,6 @@ config TIVA_ETHLEDS
---help---
Enable to use Ethernet LEDs on the board.
-config TIVA_BOARDMAC
- bool "Board MAC"
- default n
- ---help---
- If the board-specific logic can provide a MAC address (via
- tiva_ethernetmac()), then this should be selected.
-
config TIVA_ETHHDUPLEX
bool "Force Half Duplex"
default n
@@ -889,6 +882,14 @@ config TIVA_ETHERNET_REGDEBUG
Enable very low-level register access debug. Depends on DEBUG.
endmenu # Tiva Ethernet Configuration
+
+config TIVA_BOARDMAC
+ bool "Board MAC"
+ default n
+ ---help---
+ If the board-specific logic can provide a MAC address (via
+ tiva_ethernetmac()), then this should be selected.
+
endif # TIVA_ETHERNET
if TIVA_SSI