Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs/rx51_defconfig
 - index 4c96236..45d809e 100644
 - --- a/arch/arm/configs/rx51_defconfig
 - +++ b/arch/arm/configs/rx51_defconfig
 - @@ -3123,6 +3123,7 @@ CONFIG_STAGING=y
 - # CONFIG_IIO_SIMPLE_DUMMY is not set
 - # CONFIG_ZSMALLOC is not set
 - CONFIG_TIDSPBRIDGE=m
 - +CONFIG_TIDSPBRIDGE_DVFS=y
 - CONFIG_TIDSPBRIDGE_MEMPOOL_SIZE=0x600000
 - # CONFIG_TIDSPBRIDGE_RECOVERY is not set
 - # CONFIG_TIDSPBRIDGE_CACHE_LINE_CHECK is not set
 - diff --git a/drivers/staging/tidspbridge/Kconfig b/drivers/staging/tidspbridge/Kconfig
 - index 8fc2edb..54bfc97 100644
 - --- a/drivers/staging/tidspbridge/Kconfig
 - +++ b/drivers/staging/tidspbridge/Kconfig
 - @@ -17,7 +17,7 @@ menuconfig TIDSPBRIDGE
 - config TIDSPBRIDGE_DVFS
 - bool "Enable Bridge Dynamic Voltage and Frequency Scaling (DVFS)"
 - - depends on TIDSPBRIDGE && OMAP_PM_SRF && CPU_FREQ
 - + depends on TIDSPBRIDGE && CPU_FREQ
 - help
 - DVFS allows DSP Bridge to initiate the operating point change to
 - scale the chip voltage and frequency in order to match the
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment