misc: Kconfig: fix a HISI_HIKEY_USB dependency
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 8 Oct 2020 06:24:53 +0000 (08:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Oct 2020 07:21:33 +0000 (09:21 +0200)
commit51fbad388c855320de84c17c2cd6a9ede9fce854
tree6a622dcf7ea4a7b26887751e9c5d25c5296cbd9a
parent200da27ab32d89ca43bd8ef010f84b205e5c780a
misc: Kconfig: fix a HISI_HIKEY_USB dependency

The dependency should be just USB_ROLE_SWITCH, instead
of CONFIG_USB_ROLE_SWITCH.

Fixes: 2827d98bc5d6 ("misc: Kconfig: add a new dependency for HISI_HIKEY_USB")
Reported-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/0b6dff854c4bb412c2c11f17803e84d61385415f.1602138248.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig