diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
commit | 1ff870768c5cacf4bdc05cce822ac61837666b0f (patch) | |
tree | 94a1b1fd6d42485c062620781ed0ac16e05bf60c /debian/config/sh4/config.sh7751r | |
parent | Merging upstream version 4.19.269. (diff) | |
download | linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.tar.xz linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.zip |
Adding debian version 4.19.269-1.debian/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 - |