From ba5ec0904634e0b65c509dce5aec11a58369538f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 5 Sep 2012 20:27:07 +0000 Subject: defconfig changes for LPC17xx Kconfig git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5098 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/lpcxpresso-lpc1768/nx/defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/lpcxpresso-lpc1768/nx') diff --git a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig index 839eb2c9a..f2ad4ba80 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/lpcxpresso-lpc1768/nx/defconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -39,6 +39,7 @@ CONFIG_ARCH="arm" CONFIG_ARCH_ARM=y CONFIG_ARCH_CORTEXM3=y CONFIG_ARCH_CHIP="lpc17xx" +CONFIG_ARCH_CHIP_LPC17XX=y CONFIG_ARCH_CHIP_LPC1768=y CONFIG_ARCH_BOARD="lpcxpresso-lpc1768" CONFIG_ARCH_BOARD_LPCXPRESSO=y -- cgit v1.2.3