diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-11 20:00:56 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-15 17:45:21 +0900 |
commit | 1f31be9ec0a9d59053fb3d78591f6dd7a64a174e (patch) | |
tree | ce02f6db26542c0188ebdae677a9bd0528c9b66d /Documentation/filesystems/overlayfs.txt | |
parent | 94d4e1b6021b8d63274c9961c70f95dd2b43e6fb (diff) | |
download | linux-1f31be9ec0a9d59053fb3d78591f6dd7a64a174e.tar.gz linux-1f31be9ec0a9d59053fb3d78591f6dd7a64a174e.tar.bz2 linux-1f31be9ec0a9d59053fb3d78591f6dd7a64a174e.zip |
kconfig: loosen the order of "visible" and "depends on" in menu entry
Currently, "visible" and "depends on", if defined in a menu entry,
must appear in that order.
The real example is in drivers/media/tuners/Kconfig:
menu "Customize TV tuners"
visible if <expr1>
depends on <expr2>
... is fine, but you cannot change the property order like this:
menu "Customize TV tuners"
depends on <expr2>
visible if <expr1>
Kconfig does not require a specific order of properties. In this case,
menu_add_visibility(() and menu_add_dep() are orthogonal.
Loosen this unreasonable restriction.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Documentation/filesystems/overlayfs.txt')
0 files changed, 0 insertions, 0 deletions