Handle LM4F GPIO -- fewer ports

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5695 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2013-03-02 00:11:43 +00:00
parent ae71c35e5a
commit 62d7b325f4

View File

@ -212,6 +212,7 @@ config ARCH_BOARD_LM4F120_LAUNCHPAD
config ARCH_BOARD_LPCXPRESSO config ARCH_BOARD_LPCXPRESSO
bool "NXP LPCExpresso LPC1768" bool "NXP LPCExpresso LPC1768"
depends on ARCH_CHIP_LPC1768 depends on ARCH_CHIP_LPC1768
select ARCH_HAVE_LEDS
---help--- ---help---
Embedded Artists base board with NXP LPCExpresso LPC1768. This board Embedded Artists base board with NXP LPCExpresso LPC1768. This board
is based on the NXP LPC1768. The Code Red toolchain is used by default. is based on the NXP LPC1768. The Code Red toolchain is used by default.
@ -665,6 +666,7 @@ config ARCH_BOARD_ZP214XPA
config ARCH_BOARD_ZKITARM config ARCH_BOARD_ZKITARM
bool "Zilogic ZKit-ARM-1769 Development Kit" bool "Zilogic ZKit-ARM-1769 Development Kit"
depends on ARCH_CHIP_LPC1768 depends on ARCH_CHIP_LPC1768
select ARCH_HAVE_LEDS
---help--- ---help---
Zilogic System's ARM development Kit, ZKIT-ARM-1769. This board is based Zilogic System's ARM development Kit, ZKIT-ARM-1769. This board is based
on the NXP LPC1769. The Nuttx Buildroot toolchain is used by default. on the NXP LPC1769. The Nuttx Buildroot toolchain is used by default.