zephyr/drivers/ieee802154
Erwan Gouriou 66d4c64966 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences
Clean up occurrences of "#if IS_ENABLED(CONFIG_FOO)" an replace
with classical "#if defined(CONFIG_FOO)".

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-12-21 10:09:23 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.b91
Kconfig.cc13xx_cc26xx
Kconfig.cc1200
Kconfig.cc2520
Kconfig.dw1000
Kconfig.kw41z
Kconfig.mcr20a
Kconfig.nrf5
Kconfig.rf2xx
Kconfig.uart_pipe
ieee802154_b91.c
ieee802154_b91.h
ieee802154_cc13xx_cc26xx.c
ieee802154_cc13xx_cc26xx.h
ieee802154_cc13xx_cc26xx_subg.c
ieee802154_cc13xx_cc26xx_subg.h
ieee802154_cc1200.c drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` 2022-12-07 09:40:23 -06:00
ieee802154_cc1200.h
ieee802154_cc1200_regs.h
ieee802154_cc1200_rf.h
ieee802154_cc2520.c drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` 2022-12-07 09:40:23 -06:00
ieee802154_cc2520.h
ieee802154_cc2520_regs.h
ieee802154_dw1000.c drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` 2022-12-07 09:40:23 -06:00
ieee802154_dw1000_regs.h
ieee802154_kw41z.c
ieee802154_mcr20a.c drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` 2022-12-07 09:40:23 -06:00
ieee802154_mcr20a.h
ieee802154_mcr20a_regs.h
ieee802154_nrf5.c all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
ieee802154_nrf5.h
ieee802154_rf2xx.c drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` 2022-12-07 09:40:23 -06:00
ieee802154_rf2xx.h
ieee802154_rf2xx_iface.c
ieee802154_rf2xx_iface.h
ieee802154_rf2xx_regs.h
ieee802154_uart_pipe.c
ieee802154_uart_pipe.h