]> git.baikalelectronics.ru Git - kernel.git/commit
PM / OPP: Make OPP invisible to users in Kconfig
authorMark Brown <broonie@linaro.org>
Fri, 9 May 2014 18:18:08 +0000 (19:18 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 19 May 2014 21:03:31 +0000 (23:03 +0200)
commita830d6869bf98484bbb1fa44c3a53d3fd8553972
treefa06259c9920b4cb09cf5cdc07cbe27a2e7f7737
parent16f73a1a28e0bf441d1c6d4bf41f38fe66e904ad
PM / OPP: Make OPP invisible to users in Kconfig

The OPP code is an in kernel library selected by its users, there is no
no architecture code required to implement it and enabling it without a
user just increases the kernel size. Since the users select rather than
depend on it just remove the ability to directly set the option from
Kconfig.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Nishanth Menon <nm@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/Kconfig