From c2be47a5f9508491bc58b45511b0dde7d6b63f4d Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 13 Aug 2020 07:03:05 -0500 Subject: More missing configs, seems exclude added a bunch Signed-off-by: Justin M. Forbes --- configs/fedora/debug/arm/CONFIG_CROS_EC_DEBUGFS | 1 + configs/fedora/debug/arm/CONFIG_LOCK_STAT | 1 + configs/fedora/debug/arm/aarch64/CONFIG_ARM64_FORCE_52BIT | 1 + configs/fedora/debug/arm/aarch64/README | 0 configs/fedora/debug/arm/armv7/README | 0 5 files changed, 3 insertions(+) create mode 100644 configs/fedora/debug/arm/CONFIG_CROS_EC_DEBUGFS create mode 100644 configs/fedora/debug/arm/CONFIG_LOCK_STAT create mode 100644 configs/fedora/debug/arm/aarch64/CONFIG_ARM64_FORCE_52BIT create mode 100644 configs/fedora/debug/arm/aarch64/README create mode 100644 configs/fedora/debug/arm/armv7/README (limited to 'configs/fedora/debug/arm') diff --git a/configs/fedora/debug/arm/CONFIG_CROS_EC_DEBUGFS b/configs/fedora/debug/arm/CONFIG_CROS_EC_DEBUGFS new file mode 100644 index 000000000..2d5c80314 --- /dev/null +++ b/configs/fedora/debug/arm/CONFIG_CROS_EC_DEBUGFS @@ -0,0 +1 @@ +CONFIG_CROS_EC_DEBUGFS=m diff --git a/configs/fedora/debug/arm/CONFIG_LOCK_STAT b/configs/fedora/debug/arm/CONFIG_LOCK_STAT new file mode 100644 index 000000000..ab733ddc2 --- /dev/null +++ b/configs/fedora/debug/arm/CONFIG_LOCK_STAT @@ -0,0 +1 @@ +# CONFIG_LOCK_STAT is not set diff --git a/configs/fedora/debug/arm/aarch64/CONFIG_ARM64_FORCE_52BIT b/configs/fedora/debug/arm/aarch64/CONFIG_ARM64_FORCE_52BIT new file mode 100644 index 000000000..8836ae9a5 --- /dev/null +++ b/configs/fedora/debug/arm/aarch64/CONFIG_ARM64_FORCE_52BIT @@ -0,0 +1 @@ +CONFIG_ARM64_FORCE_52BIT=y diff --git a/configs/fedora/debug/arm/aarch64/README b/configs/fedora/debug/arm/aarch64/README new file mode 100644 index 000000000..e69de29bb diff --git a/configs/fedora/debug/arm/armv7/README b/configs/fedora/debug/arm/armv7/README new file mode 100644 index 000000000..e69de29bb -- cgit