From 2448178ed94de3e76b9dd80b8961dc098a31c2cd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 16 Dec 2014 15:29:14 -0600 Subject: [PATCH] Add basic board support for the DK-TM4C129X Connected Development Kit. The initial commit is simply the TM4C123G Launchpad with naming changes --- graphics/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/Kconfig b/graphics/Kconfig index e8ed98dcb..74f084956 100644 --- a/graphics/Kconfig +++ b/graphics/Kconfig @@ -20,7 +20,6 @@ endif # TIFF config GRAPHICS_TRAVELER bool "Traveler game" default n - depends on EXPERIMENTAL select SYSTEM_INIFILE ---help--- Enable or disable the graphic Traveler game