mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user