diff options
-rw-r--r-- | drivers/video/fbdev/mmp/Kconfig | 2 | ||||
-rw-r--r-- | drivers/video/fbdev/mmp/hw/Kconfig | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/fbdev/mmp/Kconfig b/drivers/video/fbdev/mmp/Kconfig index d4a4ffc24749..429cf7836f40 100644 --- a/drivers/video/fbdev/mmp/Kconfig +++ b/drivers/video/fbdev/mmp/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | menuconfig MMP_DISP | 1 | menuconfig MMP_DISP |
2 | tristate "Marvell MMP Display Subsystem support" | 2 | tristate "Marvell MMP Display Subsystem support" |
3 | depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988 | 3 | depends on CPU_PXA910 || CPU_MMP2 || CPU_PXA988 |
4 | help | 4 | help |
5 | Marvell Display Subsystem support. | 5 | Marvell Display Subsystem support. |
6 | 6 | ||
diff --git a/drivers/video/fbdev/mmp/hw/Kconfig b/drivers/video/fbdev/mmp/hw/Kconfig index 02f109a20cd0..99f0506afc99 100644 --- a/drivers/video/fbdev/mmp/hw/Kconfig +++ b/drivers/video/fbdev/mmp/hw/Kconfig | |||
@@ -2,12 +2,12 @@ if MMP_DISP | |||
2 | 2 | ||
3 | config MMP_DISP_CONTROLLER | 3 | config MMP_DISP_CONTROLLER |
4 | bool "mmp display controller hw support" | 4 | bool "mmp display controller hw support" |
5 | depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988 | 5 | depends on CPU_PXA910 || CPU_MMP2 || CPU_PXA988 |
6 | default n | 6 | default n |
7 | help | 7 | help |
8 | Marvell MMP display hw controller support | 8 | Marvell MMP display hw controller support |
9 | this controller is used on Marvell PXA910, | 9 | this controller is used on Marvell PXA910, |
10 | MMP2, MMP3, PXA988 chips | 10 | MMP2, PXA988 chips |
11 | 11 | ||
12 | config MMP_DISP_SPI | 12 | config MMP_DISP_SPI |
13 | bool "mmp display controller spi port" | 13 | bool "mmp display controller spi port" |