Board with embedded Linux kernel version 2.6.26.5, for ARM target. Busybox 1.10.2. How to enable DEVPTS virtual filesystem support in kernel? I tried to find item CONFIG_DEVPTS_FS in config files, but didn't find it. There are several config files located in directories in recursive order, the /linux-2.6.26.5/.config have items
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
but not the DEVPTS_FS option.
Nevertheless, Busybox .config file have entry # CONFIG_FEATURE_DEVPTS is not set. The source package have 'devpts' folder in /linux-2.6.26.5/fs/ containing devpts.o, makefile for the Linux /dev/pts virtual filesystem, also 'devpts_fs.h' in /linux-2.6.26.5/include/linux/ folder.
So, does this mean the kernel have no support for DEVPTS_FS option, or it can be set?