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, 9 insertions, 6 deletions
diff --git a/nuttx/arch/arm/src/tiva/Kconfig b/nuttx/arch/arm/src/tiva/Kconfig
index c26de5c9c..a26a0d25c 100644
--- a/nuttx/arch/arm/src/tiva/Kconfig
+++ b/nuttx/arch/arm/src/tiva/Kconfig
@@ -736,18 +736,20 @@ config TIVA_PHY_RMII
endchoice # PHY selection
-config TIVA_PHYADDR
- int "PHY address"
- default 1
- ---help---
- The 5-bit address of the PHY on the board. Default: 1
-
config TIVA_AUTONEG
bool "Use autonegotiation"
default y
---help---
Use PHY autonegotiation to determine speed and mode
+if !TIVA_PHY_INTERNAL
+
+config TIVA_PHYADDR
+ int "PHY address"
+ default 1
+ ---help---
+ The 5-bit address of the PHY on the board. Default: 1
+
if !TIVA_AUTONEG
config TIVA_ETHFD
bool "Full duplex"
@@ -845,6 +847,7 @@ config TIVA_PHYSR_100FD
endif # TIVA_PHYSR_ALTCONFIG
endif # TIVA_AUTONEG
+endif # !TIVA_PHY_INTERNAL
config TIVA_EMAC_NRXDESC
int "Number of RX descriptors"