diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-04-03 10:59:15 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-04-23 10:48:09 +0300 |
commit | 693cc078dc8b89d20a0d7d32f1a32d03a4fc1e7f (patch) | |
tree | 57c76e62e4f3ce556ab1fa3863b35c84ced9c494 /drivers/video/omap | |
parent | e97374c0fe770ea9fde0a3061c552dc674ad3c5a (diff) | |
download | talos-op-linux-693cc078dc8b89d20a0d7d32f1a32d03a4fc1e7f.tar.gz talos-op-linux-693cc078dc8b89d20a0d7d32f1a32d03a4fc1e7f.zip |
OMAPFB: remove unused FB_OMAP_BOOTLOADER_INIT config option
code depending on FB_OMAP_BOOTLOADER_INIT has been removed long before
(e.g. Tomi Valkeinen, 03 Mar 2011: OMAP: DSS2: Remove FB_OMAP_BOOTLOADER_INIT
support), but the option still exists Kconfig and has no use
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap')
-rw-r--r-- | drivers/video/omap/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index 1e7536d9a8fc..b48f95f0dfe2 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig @@ -39,14 +39,6 @@ config FB_OMAP_LCD_MIPID the Mobile Industry Processor Interface DBI-C/DCS specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) -config FB_OMAP_BOOTLOADER_INIT - bool "Check bootloader initialization" - depends on FB_OMAP - help - Say Y here if you want to enable checking if the bootloader has - already initialized the display controller. In this case the - driver will skip the initialization. - config FB_OMAP_CONSISTENT_DMA_SIZE int "Consistent DMA memory size (MB)" depends on FB_OMAP |