kumquat-buildroot/package/sdl/Config.in
Peter Korsgaard a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00

28 lines
452 B
Plaintext

config BR2_PACKAGE_SDL
bool "SDL"
default n
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"
default n
config BR2_PACKAGE_SDL_QTOPIA
bool "SDL Qtopia video driver"
default n
config BR2_PACKAGE_SDL_X11
bool "SDL X11 video driver"
default n
endmenu