diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 16:15:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-15 15:42:46 -0400 |
commit | 2a2d1cf46500ab7599d0b45ee837f3936763ccac (patch) | |
tree | e21c493977601e02e0425a120795218a58e4c88d /drivers/media/i2c/Kconfig | |
parent | cb7a01ac324bf2ee2c666f37ac867e4135f9785a (diff) |
[media] move soc_camera i2c drivers into its own dir
Move all soc_camera i2c drivers into drivers/media/i2c/soc_camera/.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r-- | drivers/media/i2c/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 1c677f5e3a1a..7fe4acf2f80b 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -562,5 +562,9 @@ config VIDEO_M52790 | |||
562 | To compile this driver as a module, choose M here: the | 562 | To compile this driver as a module, choose M here: the |
563 | module will be called m52790. | 563 | module will be called m52790. |
564 | 564 | ||
565 | if SOC_CAMERA | ||
566 | source "drivers/media/i2c/soc_camera/Kconfig" | ||
567 | endif | ||
568 | |||
565 | endmenu | 569 | endmenu |
566 | endif | 570 | endif |