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/powerpcspe | |
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/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 - |