leds: Fix config reference for AW200xx driver
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 9 Jun 2023 10:02:33 +0000 (12:02 +0200)
committerLee Jones <lee@kernel.org>
Thu, 15 Jun 2023 14:06:54 +0000 (15:06 +0100)
commitf1fb98090bfcd2b7403807257220156a3b68737f
treedd26aa5ea83d97f6b1f1232f32b59155723ee44d
parent9bb0a9e0626ccaaff268de12d4cde4d4c3c3c9d7
leds: Fix config reference for AW200xx driver

Commit 36a87f371b7a ("leds: Add AW20xx driver") adds config LEDS_AW200XX
in drivers/leds/Kconfig, but then in drivers/leds/Makefile accidently
refers to CONFIG_LEDS_W200XX; note the missing A!

This typo makes it impossible to add the driver to a kernel build.

Fix this wrong config reference.

Fixes: 36a87f371b7a ("leds: Add AW20xx driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20230609100233.4111-1-lukas.bulwahn@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/Makefile