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:
patacongo
2012-09-08 13:56:21 +00:00
parent f39a3c9417
commit a93d7eb69e
38 changed files with 1243 additions and 280 deletions
+2 -2
View File
@@ -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