From 9942b14a7ca96975cd50f93592664112d6411255 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 30 Mar 2015 23:52:03 +0100 Subject: [PATCH] nc100: config for NC100 by default Defaulting to NC200 is asking for pain --- Kernel/platform-nc100/config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Kernel/platform-nc100/config.h b/Kernel/platform-nc100/config.h index 561e3f76..fa0b23a1 100644 --- a/Kernel/platform-nc100/config.h +++ b/Kernel/platform-nc100/config.h @@ -1,9 +1,5 @@ /* NC100 or NC200 - your choice */ -#define CONFIG_NC200 - -#ifdef CONFIG_NC200 -#define CONFIG_CPM_EMU -#endif +/*#define CONFIG_NC200 */ /* We have an RTC */ #define CONFIG_RTC -- 2.34.1