Configfs appears similar to sysfs but they are in fact different and complementary. Configfs is for creating, managing and destroying kernel objects from user-space, and sysfs for viewing and manipulating objects from user-space which are created and destroyed by kernel space.2 It is typically mounted at /sys/kernel/config (or more rarely at /config).
configfs - Userspace-driven kernel object configuration http://www.mjmwired.net/kernel/Documentation/filesystems/configfs/ ↩
Configfs - an introduction https://lwn.net/Articles/148973/ ↩