--- kernel-2.6.27.orig/drivers/dsp/bridge/Kconfig +++ kernel-2.6.27/drivers/dsp/bridge/Kconfig @@ -0,0 +1,36 @@ +# +# DSP Bridge Driver Support +# + +menuconfig MPU_BRIDGE + tristate "DSP Bridge driver" + default n + help + DSP/BIOS Bridge is designed for platforms that contain a GPP and + one or more attached DSPs. The GPP is considered the master or + "host" processor, and the attached DSPs are processing resources + that can be utilized by applications and drivers running on the GPP. + +config DISABLE_BRIDGE_DVFS + bool "Disable Bridge Dynamic Voltage and Frequency Scaling (DVFS)" + depends on MPU_BRIDGE + default y + help + DVFS allows DSP Bridge to initiate the operating point change to + scale the chip voltage and frequency in order to match the + performance and power consumption to the current processing + requirements. + +config DISABLE_BRIDGE_PM + bool "Disable Bridge Power Management" + depends on MPU_BRIDGE && PM + default y + help + DSP Bridge employs power management techniques to save dynamic and + static power consumption of the IVA sub system. + +config BRIDGE_DEBUG + bool "DSP Bridge Debug Support" + depends on MPU_BRIDGE + help + Say Y to enable Bridge debugging capabilities \ No newline at end of file