Kconfig 515 B

1234567891011121314151617
  1. config MTK_LEDS
  2. tristate "MediaTek LED Support"
  3. depends on LEDS_CLASS
  4. ---help---
  5. This selects the MediaTek(R) LEDs connected to MediaTek chips.
  6. If you want to use MediaTek(R) LEDs support, say Y or M here.
  7. If unsure, say N.
  8. Mediatek LED module includes backlight, indicate LED, keypad LED, button LED etc.
  9. config LIGHTNESS_MAPPING_VALUE
  10. int "LIGHTNESS_MAPPING_VALUE"
  11. default 255
  12. ---help---
  13. Backlight brightness mapping value, from 0 to 255.
  14. config TB8173_EVB
  15. bool "Support TB8173 EVB board"