#
# USB device configuration

menuconfig USB_SPCA50X
   tristate "USB SPCA50X Camera support"
   depends on USB && VIDEO_DEV
   default m

config SPCA50X_DEBUG
   bool "enable debuging"
   depends on USB_SPCA50X
   default n

config SPCA50X_COMPRESSION
   bool "enable compression"
   depends on USB_SPCA50X
   default y

config SPCA50X_EXP_BRIGHTNESS
   bool "internal CCD brightness control"
   depends on USB_SPCA50X
   default y

config SPCA50X_EXP_505_BRIGHTNESS
   bool "spca 505/506 brightness fixes"
   depends on USB_SPCA50X
   default y

config SPCA50X_RAWPROCENTRY
   bool "support raw proc entry"
   depends on USB_SPCA50X
   default y

