PageRenderTime 31ms CodeModel.GetById 16ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/drivers/ieee802154/Kconfig

https://bitbucket.org/cresqo/cm7-p500-kernel
#! | 22 lines | 18 code | 4 blank | 0 comment | 0 complexity | be8aa39dff6c78c90875a8308d9ec0d0 MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
 1menuconfig IEEE802154_DRIVERS
 2	tristate "IEEE 802.15.4 drivers"
 3	depends on NETDEVICES && IEEE802154
 4	default y
 5	---help---
 6	  Say Y here to get to see options for IEEE 802.15.4 Low-Rate
 7	  Wireless Personal Area Network device drivers. This option alone
 8	  does not add any kernel code.
 9
10	  If you say N, all options in this submenu will be skipped and
11	  disabled.
12
13config IEEE802154_FAKEHARD
14	tristate "Fake LR-WPAN driver with several interconnected devices"
15	depends on  IEEE802154_DRIVERS
16	---help---
17	  Say Y here to enable the fake driver that serves as an example
18          of HardMAC device driver.
19
20          This driver can also be built as a module. To do so say M here.
21	  The module will be called 'fakehard'.
22