video: backlight: disable modules enabled by default

This commit is contained in:
Demon000 2019-07-27 22:33:18 +02:00 committed by spakkkk
parent 289d20b52a
commit 8d8f039ce9

View File

@ -15,7 +15,7 @@ if BACKLIGHT_LCD_SUPPORT
# #
config LCD_CLASS_DEVICE config LCD_CLASS_DEVICE
tristate "Lowlevel LCD controls" tristate "Lowlevel LCD controls"
default m default n
help help
This framework adds support for low-level control of LCD. This framework adds support for low-level control of LCD.
Some framebuffer devices connect to platform-specific LCD modules Some framebuffer devices connect to platform-specific LCD modules
@ -106,7 +106,7 @@ config LCD_TOSA
config LCD_HP700 config LCD_HP700
tristate "HP Jornada 700 series LCD Driver" tristate "HP Jornada 700 series LCD Driver"
depends on SA1100_JORNADA720_SSP && !PREEMPT depends on SA1100_JORNADA720_SSP && !PREEMPT
default y default n
help help
If you have an HP Jornada 700 series handheld (710/720/728) If you have an HP Jornada 700 series handheld (710/720/728)
say Y to enable LCD control driver. say Y to enable LCD control driver.
@ -198,7 +198,7 @@ config BACKLIGHT_EP93XX
config BACKLIGHT_GENERIC config BACKLIGHT_GENERIC
tristate "Generic (aka Sharp Corgi) Backlight Driver" tristate "Generic (aka Sharp Corgi) Backlight Driver"
default y default n
help help
Say y to enable the generic platform backlight driver previously Say y to enable the generic platform backlight driver previously
known as the Corgi backlight driver. If you have a Sharp Zaurus known as the Corgi backlight driver. If you have a Sharp Zaurus
@ -207,7 +207,7 @@ config BACKLIGHT_GENERIC
config BACKLIGHT_IPAQ_MICRO config BACKLIGHT_IPAQ_MICRO
tristate "iPAQ microcontroller backlight driver" tristate "iPAQ microcontroller backlight driver"
depends on MFD_IPAQ_MICRO depends on MFD_IPAQ_MICRO
default y default n
help help
Say y to enable the backlight driver for Compaq iPAQ handheld Say y to enable the backlight driver for Compaq iPAQ handheld
computers. Say yes if you have one of the h3100/h3600/h3700 computers. Say yes if you have one of the h3100/h3600/h3700
@ -228,7 +228,7 @@ config BACKLIGHT_LM3533
config BACKLIGHT_LOCOMO config BACKLIGHT_LOCOMO
tristate "Sharp LOCOMO LCD/Backlight Driver" tristate "Sharp LOCOMO LCD/Backlight Driver"
depends on SHARP_LOCOMO depends on SHARP_LOCOMO
default y default n
help help
If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
enable the LCD/backlight driver. enable the LCD/backlight driver.
@ -236,7 +236,7 @@ config BACKLIGHT_LOCOMO
config BACKLIGHT_OMAP1 config BACKLIGHT_OMAP1
tristate "OMAP1 PWL-based LCD Backlight" tristate "OMAP1 PWL-based LCD Backlight"
depends on ARCH_OMAP1 depends on ARCH_OMAP1
default y default n
help help
This driver controls the LCD backlight level and power for This driver controls the LCD backlight level and power for
the PWL module of OMAP1 processors. Say Y if your board the PWL module of OMAP1 processors. Say Y if your board
@ -245,7 +245,7 @@ config BACKLIGHT_OMAP1
config BACKLIGHT_HP680 config BACKLIGHT_HP680
tristate "HP Jornada 680 Backlight Driver" tristate "HP Jornada 680 Backlight Driver"
depends on SH_HP6XX depends on SH_HP6XX
default y default n
help help
If you have a HP Jornada 680, say y to enable the If you have a HP Jornada 680, say y to enable the
backlight driver. backlight driver.
@ -253,7 +253,7 @@ config BACKLIGHT_HP680
config BACKLIGHT_HP700 config BACKLIGHT_HP700
tristate "HP Jornada 700 series Backlight Driver" tristate "HP Jornada 700 series Backlight Driver"
depends on SA1100_JORNADA720_SSP && !PREEMPT depends on SA1100_JORNADA720_SSP && !PREEMPT
default y default n
help help
If you have an HP Jornada 700 series, If you have an HP Jornada 700 series,
say Y to include backlight control driver. say Y to include backlight control driver.