[hppa] Update configuration, thanks to Helge Deller (Closes: #733895)

svn path=/dists/sid/linux/; revision=20947
This commit is contained in:
Ben Hutchings 2014-01-02 01:53:55 +00:00
parent ba8442aef4
commit 948f24ee82
4 changed files with 18 additions and 5 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
linux (3.12.6-3) UNRELEASED; urgency=low
[ Ben Hutchings ]
* [hppa] Update configuration, thanks to Helge Deller (Closes: #733895)
- Change AGP, AGP_PARISC from modules to built-in, to work around
race condition between DRM and AGP
- Enable DEBUG_STACKOVERFLOW
- udeb: Build packages for the parisc64-smp flavour instead of the
removed parisc flavour (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 02 Jan 2014 01:26:59 +0000
linux (3.12.6-2) unstable; urgency=medium
[ Bastian Blank ]

View File

@ -21,6 +21,7 @@ CONFIG_PARISC_PAGE_SIZE_4KB=y
## file: arch/parisc/Kconfig.debug
##
# CONFIG_DEBUG_RODATA is not set
CONFIG_DEBUG_STACKOVERFLOW=y
##
## file: block/partitions/Kconfig

View File

@ -19,8 +19,8 @@ CONFIG_PATA_SIL680=m
## file: drivers/char/agp/Kconfig
##
#. for ATI FireGL DRM in C8000 workstation
CONFIG_AGP=m
CONFIG_AGP_PARISC=m
CONFIG_AGP=y
CONFIG_AGP_PARISC=y
##
## file: drivers/gpu/drm/Kconfig

View File

@ -1,3 +1,3 @@
# arch version flavour installedname suffix build-depends
hppa - parisc - y -
hppa - parisc64 - y -
# arch version flavour installedname suffix build-depends
hppa - parisc - y -
hppa - parisc64-smp - y -