From 58b7b73b34a40d7318e4eddba500460da18eaac5 Mon Sep 17 00:00:00 2001 From: Bryan O'Donoghue Date: Sat, 13 May 2023 12:33:53 +0100 Subject: [PATCH] README: Add a README.md Add a README with a reminder to switch off CONFIG_IO_STRICT_DEVMEM. I had debugcc working on 8939 and then tried it on 8280xp. It didn't work but I remembered that there was a CONFIG option that needed to change. It took a few minutes of menuconfig and Google to recall what that config option was. For future reference, lets just document it and whatever else in a README. Signed-off-by: Bryan O'Donoghue --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..59a6850 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Kernel config depependencies: +- CONFIG_IO_STRICT_DEVMEM=n