[hppa] Update flavours and configuration, thanks to Helge Deller (Closes: #721191)

svn path=/dists/sid/linux/; revision=20880
This commit is contained in:
Ben Hutchings 2013-12-11 07:16:48 +00:00
parent 568d08710e
commit 5922cb6f0b
4 changed files with 37 additions and 19 deletions

9
debian/changelog vendored
View File

@ -23,6 +23,15 @@ linux (3.12.4-1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* udeb: Add ohci-pci to usb-modules (Closes: #730789)
* cifs: Enable CIFS_SMB2
* [hppa] Update flavours and configuration, thanks to Helge Deller
(Closes: #721191)
- Remove parisc-smp and parisc64 (UP) flavours
- Build with gcc-4.8
- rtc: Enable HP_SDC_RTC as module
- megaraid: Enable MEGARAID_NEWGEN
- [/parisc64-smp] Enable MLONGCALLS, DISCONTIGMEM_MANUAL
- [/parisc64-smp] Enable PATA_SIL680, AGP, AGP_PARISC, DRM,
DRM_RADEON as modules
-- Ben Hutchings <ben@decadent.org.uk> Wed, 11 Dec 2013 06:04:49 +0000

View File

@ -126,7 +126,7 @@ CONFIG_KEYBOARD_HIL=m
##
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_UINPUT is not set
CONFIG_HP_SDC_RTC=m
# CONFIG_HP_SDC_RTC=m
##
## file: drivers/input/mouse/Kconfig
@ -470,7 +470,7 @@ CONFIG_SCSI_NCR53C8XX_SYNC=20
##
## file: drivers/scsi/megaraid/Kconfig.megaraid
##
# CONFIG_MEGARAID_NEWGEN is not set
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
CONFIG_MEGARAID_LEGACY=m

View File

@ -8,11 +8,33 @@ CONFIG_PA8X00=y
CONFIG_64BIT=y
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_MLONGCALLS=y
##
## file: drivers/ata/Kconfig
##
CONFIG_PATA_SIL680=m
##
## file: drivers/char/agp/Kconfig
##
#. for ATI FireGL DRM in C8000 workstation
CONFIG_AGP=m
CONFIG_AGP_PARISC=m
##
## file: drivers/gpu/drm/Kconfig
##
#. for ATI FireGL DRM in C8000 workstation
CONFIG_DRM=m
CONFIG_DRM_RADEON=m
##
## file: mm/Kconfig
##
## choice: Memory model
# CONFIG_FLATMEM_MANUAL is not set
CONFIG_DISCONTIGMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
## end choice

View File

@ -1,27 +1,13 @@
[base]
flavours:
parisc
parisc-smp
parisc64
parisc64-smp
flavours: parisc parisc64-smp
kernel-arch: parisc
compiler: gcc-4.4
[image]
suggests: palo
[parisc_description]
hardware: 32-bit PA-RISC
[parisc-smp_description]
hardware: multiprocessor 32-bit PA-RISC
[parisc64_base]
cflags: -fno-cse-follow-jumps
override-host-type: hppa64-linux-gnu
[parisc64_description]
hardware: 64-bit PA-RISC
hardware-long: HP PA-RISC 32-bit systems with max 4 GB RAM
[parisc64-smp_base]
cflags: -fno-cse-follow-jumps
@ -29,7 +15,8 @@ override-host-type: hppa64-linux-gnu
[parisc64-smp_description]
hardware: multiprocessor 64-bit PA-RISC
hardware-long: HP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM
[relations]
gcc-4.4: gcc-4.4, binutils-hppa64, gcc-4.4-hppa64
gcc-4.8: gcc-4.8, binutils-hppa64, gcc-4.8-hppa64