From: Zhang Rui Date: Fri, 8 Feb 2013 12:33:42 +0000 (+0800) Subject: Thermal: rename thermal governor Kconfig option to avoid generic naming X-Git-Tag: v3.9-rc1~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d185d0417e518fd9cfce90ec2ad75f70771bbaa;p=pandora-kernel.git Thermal: rename thermal governor Kconfig option to avoid generic naming Currently, we have three Kconfig options for thermal governors, aka, CONFIG_FAIR_SHARE, CONFIG_USER_SPACE and CONFIG_STEP_WISE. But these names are too generic that may bring confusion to users. Rename them to CONFIG_THERMAL_GOV_FAIR_SHARE, CONFIG_THERMAL_GOV_USER_SPACE, CONFIG_THERMAL_GOV_STEP_WISE to avoid the generic naming. Signed-off-by: Zhang Rui --- Reading git-diff-tree failed