From: Masahiro Yamada Date: Fri, 20 Jul 2018 07:46:27 +0000 (+0900) Subject: kconfig: split out useful helpers in confdata.c X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=bee1f6ef5c608d96bee9504492815982ba616ef7;hp=bee1f6ef5c608d96bee9504492815982ba616ef7;p=carl9170fw.git kconfig: split out useful helpers in confdata.c Split out helpers: is_present() - check if the given path exists is_dir() - check if the given path exists and it is a directory make_parent_dir() - create the parent directories of the given path These helpers will be reused in later commits. Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter ---