From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jody Bruchon Subject: Removed MSDOS/FAT/VFAT support; keeping CONFIG_MODULES Date: Fri, 17 Feb 2012 11:53:16 -0500 Message-ID: <4F3E85FC.4010800@jodybruchon.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-8086@vger.kernel.org All options to support FAT filesystems and the VFAT extensions had no code associated with them and thus were removed. That leaves only one CONFIG_NOT_YET item: CONFIG_MODULES, which is also a trigger for the Kconfig "tristate" system. Because removing this item requires also removing the Kconfig tristate capability, and we may want modules one day, I intend to remove CONFIG_NOT_YET but leave CONFIG_MODULES included, with a Big Fat Warning(TM) that it is as-yet unimplemented. Jody Bruchon