Skip to content

Commit ee4386e

Browse files
committed
wifi: winc1500: Rename CONFIG_WIFI_WINC1500 to CONFIG_ATMEL_WINC1500 in nm_bsp_internal.h
Rename the configuration symbol in `nm_bsp_internal.h` from CONFIG_WIFI_WINC1500 to CONFIG_ATMEL_WINC1500 to decouple the BSP header inclusion from the default Zephyr driver. This change allows alternative driver implementations to use the BSP headers without being forced to enable CONFIG_WIFI_WINC1500, which otherwise enables the built-in Zephyr driver and can cause conflicts when providing a custom driver.
1 parent ca7e4c6 commit ee4386e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asf/common/components/wifi/winc1500/bsp/include/nm_bsp_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#ifndef _NM_BSP_INTERNAL_H_
88
#define _NM_BSP_INTERNAL_H_
99

10-
#if defined(CONFIG_WIFI_WINC1500)
10+
#if defined(CONFIG_ATMEL_WINC1500)
1111
#include <wifi_winc1500_nm_bsp_internal.h>
1212
#endif /* CONFIG_WIFI_WINC1500 */
1313

0 commit comments

Comments
 (0)