diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-07-03 00:20:44 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-07 21:29:24 -0700 |
commit | f76014f770ff2d4e26c82e4e3a5b0928dee1969b (patch) | |
tree | be98d1e0274701e2f6c9194c1f86217c6b31556f /drivers/net/ieee802154/Kconfig | |
parent | 640985ec2ffd2a81f34dc5004f0951d2c6cb3d5e (diff) | |
download | linux-rt-f76014f770ff2d4e26c82e4e3a5b0928dee1969b.tar.gz |
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/Kconfig | 1 |
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. |