kconfig: rename conf_split_config() to conf_touch_deps()
commit0849d212e39523e2289c2a6d685b899f944746eb
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 30 Nov 2018 09:15:49 +0000 (30 18:15 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 8 Dec 2018 01:40:52 +0000 (8 10:40 +0900)
treea4f152e7d35a99bc43d2e78496ddd25e1c505966
parent75889e9be78febab9991f9c07fdf09d128562bf5
kconfig: rename conf_split_config() to conf_touch_deps()

According to commit 2e3646e51b2d ("kconfig: integrate split config
into silentoldconfig"), this function was named after split-include
tool, which used to exist in old versions of Linux.

Setting aside the historical reason, rename it into a more intuitive
name. This function touches timestamp files under include/config/
in order to interact with the fixdep tool.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/confdata.c