diff options
author | 2020-06-17 20:52:12 +0200 | |
---|---|---|
committer | 2020-07-19 08:08:32 +0200 | |
commit | 52c6f42fed25683ee26cebe50ee7af006dfb9b29 (patch) | |
tree | 96a7e6c0f8c41a587b67ddef0646acccb0c2b795 | |
parent | media: atomisp: i2c: atomisp-ov2680.c: fixed a brace coding style issue. (diff) | |
download | linux-dev-52c6f42fed25683ee26cebe50ee7af006dfb9b29.tar.xz linux-dev-52c6f42fed25683ee26cebe50ee7af006dfb9b29.zip |
media: atomisp: fix help message for ISP2401 selection
I'm pretty sure I named this right, but it sounds that I ended
doing something weird maybe while solving some conflict.
So, fix the title of this config var.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r-- | drivers/staging/media/atomisp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig index f75765cb0fc8..f0b99a6db651 100644 --- a/drivers/staging/media/atomisp/Kconfig +++ b/drivers/staging/media/atomisp/Kconfig @@ -22,7 +22,7 @@ config VIDEO_ATOMISP module will be called atomisp config VIDEO_ATOMISP_ISP2401 - bool "VIDEO_ATOMISP_ISP2401" + bool "Use Intel Atom ISP on Cherrytail/Anniedale (ISP2401)" depends on VIDEO_ATOMISP help Enable support for Atom ISP2401-based boards. |