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/powerpcspe | |
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/powerpcspe')
-rw-r--r-- | debian/config/powerpcspe/config | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/debian/config/powerpcspe/config b/debian/config/powerpcspe/config index 8d3fcc54a..c02ddfebd 100644 --- a/debian/config/powerpcspe/config +++ b/debian/config/powerpcspe/config @@ -6,6 +6,16 @@ CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="console=ttyS0,115200" ## +## file: arch/powerpc/platforms/Kconfig.cputype +## +## choice: Processor Type +CONFIG_PPC_85xx=y +## end choice +CONFIG_PHYS_64BIT=y +CONFIG_SMP=y +CONFIG_NR_CPUS=4 + +## ## file: arch/powerpc/platforms/85xx/Kconfig ## CONFIG_MPC8540_ADS=y @@ -17,17 +27,6 @@ CONFIG_MPC85xx_DS=y CONFIG_MPC85xx_RDB=y ## -## file: arch/powerpc/platforms/Kconfig.cputype -## -## choice: Processor Type -CONFIG_PPC_85xx=y -## end choice -CONFIG_PHYS_64BIT=y -CONFIG_SMP=y -CONFIG_NR_CPUS=4 - -## ## file: drivers/gpio/Kconfig ## CONFIG_GPIOLIB=y - |