diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-21 11:01:33 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:30 +0100 |
commit | 5062969d77fed23b8ffc1a4124e96e991adaf52c (patch) | |
tree | bd0681954ee8879201d6a882b8e488cfd9731f66 /arch/cris | |
parent | 10f9f9c8570f3656243d2585cbd818ac16dff4f3 (diff) | |
download | kernel_samsung_espresso10-5062969d77fed23b8ffc1a4124e96e991adaf52c.zip kernel_samsung_espresso10-5062969d77fed23b8ffc1a4124e96e991adaf52c.tar.gz kernel_samsung_espresso10-5062969d77fed23b8ffc1a4124e96e991adaf52c.tar.bz2 |
CRIS: Remove NO_IOMEM config, we have IO memory.
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 0e9926d..dfddd33 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -47,9 +47,6 @@ config GENERIC_CALIBRATE_DELAY config NO_IOPORT def_bool y -config NO_IOMEM - def_bool y - config FORCE_MAX_ZONEORDER int default 6 |