#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

menuconfig NET_OA_TC6
	bool "OPEN Alliance 10BASE-T1x MAC-PHYs"
	default n
	depends on NETDEVICES
	---help---
		Enable support for OPEN Alliance protocol SPI MAC-PHYs.

if NET_OA_TC6

config NET_OA_TC6_NCV7410
	bool "Onsemi NCV7410 (NCN26010) 10BASE-T1S SPI MAC-PHY Support"
	default n

config NET_OA_TC6_NCV7410_LEDS
	bool "Setup NCV7410 DIO outputs as status LEDs"
	default n
	depends on NET_OA_TC6_NCV7410
	---help---
		Setup DIO0 to blink on TX/RX and DIO1 to reflect the LCTL bit in the PHY CONTROL register (Up/Down).

config NET_OA_TC6_LAN865X
	bool "Microchip LAN865x 10BASE-T1S SPI MAC-PHY Support"
	default n

config NET_OA_TC6_LAN865X_MAC
	int "LAN865x lower 3 bytes of MAC address"
	default 0
	range 0 16777215
	depends on NET_OA_TC6_LAN865X
	---help---
		LAN865x does not have a factory-assigned MAC address, it has to be provided externally

endif
