]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ieee802154: Fix build error
authorJinjie Ruan <ruanjinjie@huawei.com>
Mon, 9 Sep 2024 13:17:40 +0000 (21:17 +0800)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 9 Sep 2024 19:26:17 +0000 (21:26 +0200)
If REGMAP_SPI is m and IEEE802154_MCR20A is y,

mcr20a.c:(.text+0x3ed6c5b): undefined reference to `__devm_regmap_init_spi'
ld: mcr20a.c:(.text+0x3ed6cb5): undefined reference to `__devm_regmap_init_spi'

Select REGMAP_SPI for IEEE802154_MCR20A to fix it.

Fixes: 8c6ad9cc5157 ("ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Link: https://lore.kernel.org/20240909131740.1296608-1-ruanjinjie@huawei.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
drivers/net/ieee802154/Kconfig

index 95da876c561384bf99e1ae3b9c372b03af440796..1075e24b11defcb2b67bc83035b418ebeb0990d6 100644 (file)
@@ -101,6 +101,7 @@ config IEEE802154_CA8210_DEBUGFS
 
 config IEEE802154_MCR20A
        tristate "MCR20A transceiver driver"
+       select REGMAP_SPI
        depends on IEEE802154_DRIVERS && MAC802154
        depends on SPI
        help