From c54d82caa97d0d11e06f263f92394479bf3bb437 Mon Sep 17 00:00:00 2001 From: Don Zickus Date: Mon, 6 Nov 2017 16:40:39 -0500 Subject: configs: Rename config directories to sub-directory As part of an effort to foster better cross collaboration with internal Red Hat kernels, align the configs layout to match that kernel. This will allow Red Hat engineers to provide easier guidance on how to set various config options. In addition, the scripts that process the config options will migrate to the configs/ directory too in later patches. Future config workflows will stage all work in the configs/ area. A simple diff between the kernels will easily expose which config options are different. Reading the comments in the file provides guidance to Fedora to determine if that kernel should make a similar change or not. Rename debugconfig -> configs/base-debug Rename baseconfig -> configs/base-generic Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64 No code changes made. --- baseconfig/CONFIG_ATM | 1 - 1 file changed, 1 deletion(-) delete mode 100644 baseconfig/CONFIG_ATM (limited to 'baseconfig/CONFIG_ATM') diff --git a/baseconfig/CONFIG_ATM b/baseconfig/CONFIG_ATM deleted file mode 100644 index 70dd368fa..000000000 --- a/baseconfig/CONFIG_ATM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ATM=m -- cgit