Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs/rx51_defconfig
  2. index 4c96236..45d809e 100644
  3. --- a/arch/arm/configs/rx51_defconfig
  4. +++ b/arch/arm/configs/rx51_defconfig
  5. @@ -3123,6 +3123,7 @@ CONFIG_STAGING=y
  6. # CONFIG_IIO_SIMPLE_DUMMY is not set
  7. # CONFIG_ZSMALLOC is not set
  8. CONFIG_TIDSPBRIDGE=m
  9. +CONFIG_TIDSPBRIDGE_DVFS=y
  10. CONFIG_TIDSPBRIDGE_MEMPOOL_SIZE=0x600000
  11. # CONFIG_TIDSPBRIDGE_RECOVERY is not set
  12. # CONFIG_TIDSPBRIDGE_CACHE_LINE_CHECK is not set
  13. diff --git a/drivers/staging/tidspbridge/Kconfig b/drivers/staging/tidspbridge/Kconfig
  14. index 8fc2edb..54bfc97 100644
  15. --- a/drivers/staging/tidspbridge/Kconfig
  16. +++ b/drivers/staging/tidspbridge/Kconfig
  17. @@ -17,7 +17,7 @@ menuconfig TIDSPBRIDGE
  18.  
  19. config TIDSPBRIDGE_DVFS
  20. bool "Enable Bridge Dynamic Voltage and Frequency Scaling (DVFS)"
  21. - depends on TIDSPBRIDGE && OMAP_PM_SRF && CPU_FREQ
  22. + depends on TIDSPBRIDGE && CPU_FREQ
  23. help
  24. DVFS allows DSP Bridge to initiate the operating point change to
  25. scale the chip voltage and frequency in order to match the
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement