From 533528af0161ec3ac16b418df76281e09e457c05 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 21 Mar 2020 11:05:39 -0600 Subject: [PATCH] libs/libc: Remove support CONFIG_FS_READABLE --- libs/libc/grp/Kconfig | 1 - libs/libc/netdb/Kconfig | 2 -- libs/libc/pwd/Kconfig | 1 - 3 files changed, 4 deletions(-) diff --git a/libs/libc/grp/Kconfig b/libs/libc/grp/Kconfig index f375b9e0813..410282a7ad4 100644 --- a/libs/libc/grp/Kconfig +++ b/libs/libc/grp/Kconfig @@ -6,7 +6,6 @@ config LIBC_GROUP_FILE bool "Have group file" default n - depends on FS_READABLE ---help--- Have a group file. The format of the group file is: diff --git a/libs/libc/netdb/Kconfig b/libs/libc/netdb/Kconfig index b36c1dd4d38..aeee1e725c8 100644 --- a/libs/libc/netdb/Kconfig +++ b/libs/libc/netdb/Kconfig @@ -21,7 +21,6 @@ config LIBC_GAISTRERROR menuconfig NETDB_HOSTFILE bool "Network host file support" default n - depends on FS_READABLE select LIBC_NETDB ---help--- Enable network host table look ups via gethostbyname() and @@ -126,7 +125,6 @@ config NETDB_DNSCLIENT_RETRIES config NETDB_RESOLVCONF bool "DNS resolver file support" default n - depends on FS_READABLE ---help--- Enable DNS server look ups in resolver file like /etc/resolv.conf. diff --git a/libs/libc/pwd/Kconfig b/libs/libc/pwd/Kconfig index c34d19bc32f..2fc6e0fbd54 100644 --- a/libs/libc/pwd/Kconfig +++ b/libs/libc/pwd/Kconfig @@ -6,7 +6,6 @@ config LIBC_PASSWD_FILE bool "Have passwd file" default n - depends on FS_READABLE ---help--- Have a passwd file. The format of the password file is: