4683420c4c
'default n' is the default, so there's no need to say it explicitly.
24 lines
408 B
Plaintext
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
|