projects/ATV/options: adapt options file for ATV

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-06 01:27:44 +02:00
parent 0d25905456
commit 7bf077fca6

View File

@ -121,13 +121,13 @@
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nvidia)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia"
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nvidia"
GRAPHIC_DRIVERS="nvidia"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="yes"
VDPAU="mo"
# Use VAAPI video acceleration (needs intel i965 driver and a supported card)
VAAPI="yes"
VAAPI="no"
# Use Broadcom CrystalHD Decoder Card for video acceleration
# (needs Kernelsupport for Broadcom Decoder Card and a supported card)
@ -143,10 +143,10 @@
REMOTE="mceusb"
# build and install WiiMote support (yes / no)
WIIMOTE_SUPPORT="yes"
WIIMOTE_SUPPORT="no"
# build and install PS3 Remote support (yes / no)
PS3REMOTE_SUPPORT="yes"
PS3REMOTE_SUPPORT="no"
# LCD driver to Use - Possible drivers are ( Comma seperated:
# bayrad,CFontz,CFontz633,CFontzPacket,CwLnx,ea65,
@ -158,12 +158,12 @@
# 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support
LCD_DRIVER="irtrans"
LCD_DRIVER="none"
# Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000)
# Space separated list is supported,
# e.g. FIRMWARE="iwl3945 iwl5000"
FIRMWARE="ipw2100 ipw2200 iwl1000 iwl3945 iwl4965 iwl5000 iwl5150 iwl6000"
FIRMWARE=""
# build with lm_sensors hardware monitoring support (yes / no)
SENSOR_SUPPORT="yes"