summaryrefslogtreecommitdiff
path: root/target/appliances/mpd.options
blob: dac0ba37c9e43f75fe186c1624d9dcf5eaf4c5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
choice
prompt "Choose a GUI"
depends on ADK_APPLIANCE_MPD

config ADK_APPLIANCE_MPD_MPDBOX
	bool "use mpdbox html/javascript frontend"
	select ADK_PACKAGE_MPDBOX

config ADK_APPLIANCE_MPD_YMPD
	bool "use ympd frontend"
	select ADK_PACKAGE_YMPD

config ADK_APPLIANCE_MPD_NOGUI
	bool "use no gui frontend"

endchoice