buildrootschalter/package/sdl/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

24 lines
408 B
Plaintext

config BR2_PACKAGE_SDL
bool "SDL"
help
http://www.libsdl.org/
menu "SDL options selection"
depends on BR2_PACKAGE_SDL
config BR2_PACKAGE_SDL_FBCON
bool "SDL framebuffer console video driver"
default y
config BR2_PACKAGE_SDL_DIRECTFB
bool "SDL DirectFB video driver"
config BR2_PACKAGE_SDL_QTOPIA
bool "SDL Qtopia video driver"
config BR2_PACKAGE_SDL_X11
bool "SDL X11 video driver"
endmenu