ANDROID: verity: really fix android-verity Kconfig
authorAlistair Strachan <astrachan@google.com>
Fri, 27 Jul 2018 16:18:28 +0000 (09:18 -0700)
committerAlistair Strachan <astrachan@google.com>
Fri, 27 Jul 2018 16:22:12 +0000 (09:22 -0700)
commit782e936cb670b286f0417de75e8d84346939c7ae
tree3e41ecfb30eed269e67e822e0679e6990f7dfb98
parent66fb274f96254e870871f39f884544b61218f021
ANDROID: verity: really fix android-verity Kconfig

The change "ANDROID: verity: fix android-verity Kconfig dependencies"
relaxed the dependency on DM_VERITY=y to just DM_VERITY, but this is not
correct because there are parts of the verity and dm-mod API that
android-verity is using but which are not exported to modules.

Work around this problem by disallowing android-verity to be built-in
when the dm/verity core is built modularly.

Bug: 72722987
Change-Id: I3cfaa2acca8e4a4b5c459afdddd958ac9f8c1eb3
Signed-off-by: Alistair Strachan <astrachan@google.com>
drivers/md/Kconfig