aboutsummaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
commit7dc357a4e6e33773044b59b75d585f672f9649f8 (patch)
tree08a035106ec09980447b03809137a5e01c9a4b2c /nuttx/net
parentc3bc22f07cb203c5a577b80467c8469d2a5ae9cb (diff)
downloadpx4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.gz
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.bz2
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.zip
STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 718b28b8f..d4ea8befb 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -18,6 +18,9 @@ choice
prompt "Board PHY Selection"
depends on ARCH_HAVE_PHY
default PHY_KS8721
+ ---help---
+ Identify the PHY on your board. This setting is not used by all Ethernet
+ drivers no do all Ethernet drivers support all PHYs.
config PHY_KS8721
bool "Micrel KS8721 PHY"
@@ -28,6 +31,9 @@ config PHY_DP83848C
config PHY_LAN8720
bool "SMSC LAN8720 PHY"
+config PHY_DM9161
+ bool "Davicom DM9161 PHY"
+
endchoice
config NET_NOINTS