Skip to content

Commit

Permalink
add BLN support back
Browse files Browse the repository at this point in the history
  • Loading branch information
sakuramilk committed Oct 13, 2011
1 parent cbd40ef commit d627fe1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,11 @@ config PN544
help
NXP PN544 Near Field Communication controller support.

config GENERIC_BLN
bool "Generic BLN support for backlight notification"
default y
help
Say Y here to enable the backlight notification
for android led-notification (modified liblight needed)

endif # MISC_DEVICES
1 change: 1 addition & 0 deletions drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ obj-$(CONFIG_CMA_DEVICE) += cma-dev.o
obj-$(CONFIG_WIMAX_CMC) += max8893.o
obj-$(CONFIG_PN544) += pn544.o
obj-$(CONFIG_SEC_DEV_JACK) += sec_jack.o
obj-$(CONFIG_GENERIC_BLN) += bln.o

0 comments on commit d627fe1

Please sign in to comment.