diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:11:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:11:37 +0000 |
commit | 85f603d4fd6d85c425502723a17daa94574977de (patch) | |
tree | 188a21432c3b8e8ddb8a08e9a09397164a88181c /debian/config/sh4/config.sh7751r | |
parent | Merging upstream version 6.9.7. (diff) | |
download | linux-85f603d4fd6d85c425502723a17daa94574977de.tar.xz linux-85f603d4fd6d85c425502723a17daa94574977de.zip |
Adding debian version 6.9.7-1.debian/6.9.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/sh4/config.sh7751r')
-rw-r--r-- | debian/config/sh4/config.sh7751r | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/config/sh4/config.sh7751r b/debian/config/sh4/config.sh7751r index 03b23a8a7b..b1231104a5 100644 --- a/debian/config/sh4/config.sh7751r +++ b/debian/config/sh4/config.sh7751r @@ -1,4 +1,11 @@ ## +## file: arch/Kconfig +## +## choice: MMU page size +CONFIG_PAGE_SIZE_4KB=y +## end choice + +## ## file: arch/sh/Kconfig ## ## choice: Processor sub-type selection @@ -31,9 +38,6 @@ CONFIG_MMU=y CONFIG_MEMORY_START=0x0c000000 CONFIG_MEMORY_SIZE=0x04000000 CONFIG_VSYSCALL=y -## choice: Kernel page size -CONFIG_PAGE_SIZE_4KB=y -## end choice ## ## file: drivers/ata/Kconfig |