## SECTION=disk_and_file menuconfig SAMBA tristate prompt "samba " select HOST_SYSTEM_PERL select LIBC_CRYPT select LIBC_DL select LIBC_NSL select LIBC_RESOLV select GCCLIBS_GCC_S select ACL select BUSYBOX_START_STOP_DAEMON if SAMBA_STARTSCRIPT select CUPS if SAMBA_CUPS select KRB5 select LIBBSD select LIBCAP select LIBPOPT select READLINE select SYSTEMD if SAMBA_SYSTEMD_UNIT select ZLIB help Samba is an Open Source/Free Software suite that has, since 1992, provided file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems. Samba is freely available under the GNU General Public License See http://www.samba.org for details. if SAMBA config SAMBA_COMMON bool config SAMBA_SERVER bool select SAMBA_COMMON prompt "Samba server" help Installs samba server. ATTENTION: You need rw access to your rootfs before starting the samba server! config SAMBA_CLIENT bool select SAMBA_COMMON prompt "Samba client" help Installs some client components of the Samba suite. config SAMBA_LIBCLIENT bool select SAMBA_COMMON prompt "Samba client library" help Installs the libsmbclient shared library. config SAMBA_CUPS bool prompt "cups support" help Turn on CUPS support config SAMBA_STARTSCRIPT bool default y depends on SAMBA_SERVER prompt "install /etc/init.d/samba" config SAMBA_SYSTEMD_UNIT bool default y depends on SAMBA_SERVER && INITMETHOD_SYSTEMD prompt "install systemd unit files" endif