diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-28 16:25:13 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:36 +0100 |
commit | b4945a90d00f9ada1fd76fd7bd591e9ae54ca8b4 (patch) | |
tree | cd01a9c4ec0e58af8e3c70d08b4b397bcd13ef21 /arch/cris | |
parent | baa69b121a32f2b8ee388b651030f7f3c16df463 (diff) | |
download | linux-b4945a90d00f9ada1fd76fd7bd591e9ae54ca8b4.tar.bz2 |
CRIS: Remove CONFIG_NO_IOMEM from default configs.
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/defconfig | 1 | ||||
-rw-r--r-- | arch/cris/etraxfs_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/defconfig b/arch/cris/defconfig index ec857c6acbb7..59f36a58f842 100644 --- a/arch/cris/defconfig +++ b/arch/cris/defconfig @@ -13,7 +13,6 @@ CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_NO_IOPORT=y -CONFIG_NO_IOMEM=y CONFIG_FORCE_MAX_ZONEORDER=6 CONFIG_CRIS=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" diff --git a/arch/cris/etraxfs_defconfig b/arch/cris/etraxfs_defconfig index 808d911c4479..73c646a37255 100644 --- a/arch/cris/etraxfs_defconfig +++ b/arch/cris/etraxfs_defconfig @@ -13,7 +13,6 @@ CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_NO_IOPORT=y -CONFIG_NO_IOMEM=y CONFIG_FORCE_MAX_ZONEORDER=6 CONFIG_CRIS=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |