From af25f1123d65420a9d05e43b6b0bc929d09150eb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 1 Jan 2015 12:28:46 -0600 Subject: TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers --- nuttx/arch/arm/src/tiva/Kconfig | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'nuttx/arch/arm/src/tiva/Kconfig') 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 -- cgit v1.2.3