diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-24 15:43:23 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 11:29:04 +0300 |
commit | a41034df538968e726c6aad3e5d8b99799d2d0cd (patch) | |
tree | 39dc8d96129c734328c8b7e39c5400a985fc93b1 /drivers/media/mmc/Kconfig | |
parent | 4b32216adb010a364f23a055c45e06e839b089f9 (diff) | |
download | linux-a41034df538968e726c6aad3e5d8b99799d2d0cd.tar.xz |
media: Kconfig: move comment to siano include
Showing this comment without showing the Siano mmc option
is very weird! Place the option together, and make it
visible only when showing Siano configuration.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/mmc/Kconfig')
-rw-r--r-- | drivers/media/mmc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/mmc/Kconfig b/drivers/media/mmc/Kconfig index de0528c6994a..75aa6de08d53 100644 --- a/drivers/media/mmc/Kconfig +++ b/drivers/media/mmc/Kconfig @@ -1,3 +1,2 @@ # SPDX-License-Identifier: GPL-2.0-only -comment "Supported MMC/SDIO adapters" source "drivers/media/mmc/siano/Kconfig" |