aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-07-03 00:20:44 +0200
committerDavid S. Miller <davem@davemloft.net>2014-07-07 21:29:24 -0700
commitf76014f770ff2d4e26c82e4e3a5b0928dee1969b (patch)
treebe98d1e0274701e2f6c9194c1f86217c6b31556f /drivers/net/ieee802154/Kconfig
parentmac802154: at86rf230: add hw flags and merge ops (diff)
downloadlinux-dev-f76014f770ff2d4e26c82e4e3a5b0928dee1969b.tar.xz
linux-dev-f76014f770ff2d4e26c82e4e3a5b0928dee1969b.zip
at86rf230: add regmap support
This patch adds regmap support for the at86rf230 driver and drop the lowlevel spi access functions and use the regmap access functions. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ieee802154/Kconfig')
-rw-r--r--drivers/net/ieee802154/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig
index 8b7ae51f30f5..391a916622a9 100644
--- a/drivers/net/ieee802154/Kconfig
+++ b/drivers/net/ieee802154/Kconfig
@@ -34,6 +34,7 @@ config IEEE802154_AT86RF230
depends on IEEE802154_DRIVERS && MAC802154
tristate "AT86RF230/231/233/212 transceiver driver"
depends on SPI
+ select REGMAP_SPI
---help---
Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
controller.