arm/iop32x: Disable CONFIG_EMBEDDED.

svn path=/dists/trunk/linux-2.6/; revision=7344
This commit is contained in:
Martin Michlmayr 2006-09-05 15:37:19 +00:00
parent de4422f1ec
commit b92983d075
2 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,7 @@ CONFIG_AUDIT=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_UID16=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_EMBEDDED=y
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
@ -37,10 +37,8 @@ CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
# CONFIG_SLAB is not set
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_SLOB=y
CONFIG_OBSOLETE_INTERMODULE=y
#
@ -977,7 +975,7 @@ CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ linux-2.6 (2.6.17+2.6.18-rc6-0experimental.2) UNRELEASED; urgency=low
[ Martin Michlmayr ]
* Bump build-dependency on kernel-package to 10.054.
* arm/iop32x: Build ext2/3 as modules.
* arm/iop32x: Disable CONFIG_EMBEDDED.
-- Bastian Blank <waldi@debian.org> Tue, 5 Sep 2006 11:05:54 +0200