From 7614f7762e07dc576b17ec5b8115d97d56e30087 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Apr 2014 15:32:06 -0600 Subject: [PATCH] The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems that support it --- configs/sam4s-xplained-pro/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sam4s-xplained-pro/nsh/defconfig b/configs/sam4s-xplained-pro/nsh/defconfig index bcafa6b2763..7bfa9bc1041 100644 --- a/configs/sam4s-xplained-pro/nsh/defconfig +++ b/configs/sam4s-xplained-pro/nsh/defconfig @@ -297,6 +297,7 @@ CONFIG_ARCH_HAVE_IRQPRIO=y CONFIG_ARCH_HAVE_VFORK=y # CONFIG_ARCH_HAVE_MMU is not set # CONFIG_ARCH_NAND_HWECC is not set +CONFIG_ARCH_HAVE_EXTCLK=y # CONFIG_ARCH_IRQPRIO is not set CONFIG_ARCH_STACKDUMP=y # CONFIG_ENDIAN_BIG is not set