From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- package/sdl_image/Config.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'package/sdl_image') diff --git a/package/sdl_image/Config.in b/package/sdl_image/Config.in index 37f536626..36aa4a82c 100644 --- a/package/sdl_image/Config.in +++ b/package/sdl_image/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_SDL_IMAGE bool "SDL_image" depends on BR2_PACKAGE_SDL - default n help SDL_image is an image file loading library. It loads images as SDL surfaces, and supports the following formats: @@ -18,49 +17,38 @@ config BR2_PACKAGE_SDL_IMAGE_BMP config BR2_PACKAGE_SDL_IMAGE_GIF bool "enable GIF file format support" - default n config BR2_PACKAGE_SDL_IMAGE_JPEG bool "enable JPEG file format support" select BR2_PACKAGE_JPEG - default n config BR2_PACKAGE_SDL_IMAGE_LBM bool "enable LBM file format support" - default n config BR2_PACKAGE_SDL_IMAGE_PCX bool "enable PCX file format support" - default n config BR2_PACKAGE_SDL_IMAGE_PNG bool "enable PNG file format support" select BR2_PACKAGE_LIBPNG - default n config BR2_PACKAGE_SDL_IMAGE_PNM bool "enable PNM file format support" - default n config BR2_PACKAGE_SDL_IMAGE_TARGA bool "enable TARGA format support" - default n config BR2_PACKAGE_SDL_IMAGE_TIFF bool "enable TIFF file format support" select BR2_PACKAGE_TIFF - default n config BR2_PACKAGE_SDL_IMAGE_XCF bool "enable XCF file format support" - default n config BR2_PACKAGE_SDL_IMAGE_XPM bool "enable XPM format support" - default n config BR2_PACKAGE_SDL_IMAGE_XV bool "enable XV file format support" - default n endmenu -- cgit v1.2.3