modules: hostap: remove select FILE_SYSTEM

Remove `select FILE_SYSTEM` from `WIFI_NM_WPA_SUPPLICANT`, originally
added in 3fc932c5. The selection is not required by any tests, and does
not appear to be used by any code in the module.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2025-03-04 14:52:52 +10:00 committed by Alberto Escolar
commit 95fcf48fab

View file

@ -10,7 +10,6 @@ config WIFI_NM_WPA_SUPPLICANT
select POSIX_TIMERS select POSIX_TIMERS
select POSIX_SIGNALS select POSIX_SIGNALS
select POSIX_API select POSIX_API
select FILE_SYSTEM
select NET_SOCKETS select NET_SOCKETS
select NET_SOCKETS_PACKET select NET_SOCKETS_PACKET
select NET_SOCKETPAIR select NET_SOCKETPAIR