toolchain: ARM: Fix option conflict with multiarch
[openwrt/.git] / target / linux / ath79 / modules.mk
1 LEDS_MENU:=LED modules
2
3 define KernelPackage/leds-reset
4   SUBMENU:=$(LEDS_MENU)
5   TITLE:=reset controller LED support
6   DEPENDS:= @TARGET_ath79
7   KCONFIG:=CONFIG_LEDS_RESET=m
8   FILES:=$(LINUX_DIR)/drivers/leds/leds-reset.ko
9   AUTOLOAD:=$(call AutoLoad,60,leds-reset,1)
10 endef
11
12 define KernelPackage/leds-reset/description
13  Kernel module for LEDs on reset lines
14 endef
15
16 $(eval $(call KernelPackage,leds-reset))