mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Shenzhou board is first to use ONLY Kconfig for configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+2
-2
@@ -9,14 +9,14 @@ config NET
|
||||
---help---
|
||||
Enable or disable all network features
|
||||
|
||||
config ARCH_HAS_PHY
|
||||
config ARCH_HAVE_PHY
|
||||
bool
|
||||
|
||||
if NET
|
||||
|
||||
choice
|
||||
prompt "Board PHY Selection"
|
||||
depends on ARCH_HAS_PHY
|
||||
depends on ARCH_HAVE_PHY
|
||||
default PHY_KS8721
|
||||
|
||||
config PHY_KS8721
|
||||
|
||||
Reference in New Issue
Block a user