diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:44:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:44:23 +0000 |
commit | 38db540ee6930dafa84973fa1c493128ed23d810 (patch) | |
tree | e2826f458afdbe0c6d40f534d8bc98dae3db836e /debian/config/sh4/config.sh7751r | |
parent | Merging upstream version 4.19.269. (diff) | |
download | linux-38db540ee6930dafa84973fa1c493128ed23d810.tar.xz linux-38db540ee6930dafa84973fa1c493128ed23d810.zip |
Merging debian version 4.19.269-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 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/debian/config/sh4/config.sh7751r b/debian/config/sh4/config.sh7751r index 99c496e93..e776fc808 100644 --- a/debian/config/sh4/config.sh7751r +++ b/debian/config/sh4/config.sh7751r @@ -8,6 +8,14 @@ CONFIG_SH_PCLK_FREQ=60000000 CONFIG_PCI=y ## +## file: arch/sh/Kconfig.cpu +## +## choice: Endianness selection +CONFIG_CPU_LITTLE_ENDIAN=y +## end choice +CONFIG_SH_FPU=y + +## ## file: arch/sh/boards/Kconfig ## CONFIG_SH_RTS7751R2D=y @@ -18,14 +26,6 @@ CONFIG_SH_RTS7751R2D=y CONFIG_RTS7751R2D_PLUS=y ## -## file: arch/sh/Kconfig.cpu -## -## choice: Endianness selection -CONFIG_CPU_LITTLE_ENDIAN=y -## end choice -CONFIG_SH_FPU=y - -## ## file: arch/sh/mm/Kconfig ## CONFIG_MMU=y @@ -165,4 +165,3 @@ CONFIG_FB_SM501=y ## choice: Memory model CONFIG_FLATMEM_MANUAL=y ## end choice - |