modutils: fix config options dependency
authorKang-Che Sung <explorer09@gmail.com>
Mon, 30 Jan 2017 18:14:50 +0000 (19:14 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 30 Jan 2017 18:14:50 +0000 (19:14 +0100)
commit065e988e7ae66b3f36d280ed6ca580e29cb6358d
tree00cb6398cc06019edc65e78eb8c79ea14e714de0
parent67f6db6b2768e9af44132b0a11fbadf15c330283
modutils: fix config options dependency

module.aliases and module.symbols files have no use in modprobe-small
implementation. So FEATURE_MODUTILS_ALIAS and FEATURE_MODUTILS_SYMBOLS
will depend on !MODPROBE_SMALL.

The try_to_mmap_module() function is not called in modprobe-small.c,
so I will let FEATURE_INSMOD_TRY_MMAP depend on !MODPROBE_SMALL for
now.

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Likewise, FEATURE_2_4_MODULES is not used by modprobe-small.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
configs/TEST_nommu_defconfig
configs/TEST_rh9_defconfig
configs/android2_defconfig
configs/android_502_defconfig
configs/android_defconfig
configs/android_ndk_defconfig
modutils/Config.src