kconfig: remove 'prompt' argument from menu_add_prop()
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Dec 2019 04:14:21 +0000 (13:14 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Feb 2021 10:49:36 +0000 (11:49 +0100)
commit855b110fdfb526d08b50621c03d5906813283fe7
tree1016937a87e090a23ba52ec163ad5453c8f4671c
parent39a24c8a3d1a17f08207d7a638a2c270575da0cc
kconfig: remove 'prompt' argument from menu_add_prop()

This function no longer uses the 'prompt' argument.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/menu.c