Skip to content

Commit

Permalink
ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS
Browse files Browse the repository at this point in the history
This fixes below build error when CONFIG_LEDS_CLASS is not set.

  LD      init/built-in.o
arch/arm/plat-omap/built-in.o: In function `fpga_probe':
arch/arm/plat-omap/debug-leds.c:113: undefined reference to `led_classdev_register'
make: *** [vmlinux] Error 1

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Axel Lin authored and Tony Lindgren committed Oct 8, 2012
1 parent 12aee6c commit 4f80681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ config OMAP_DEBUG_DEVICES

config OMAP_DEBUG_LEDS
def_bool y if NEW_LEDS
select LEDS_CLASS
depends on OMAP_DEBUG_DEVICES

config POWER_AVS_OMAP
Expand Down

0 comments on commit 4f80681

Please sign in to comment.