* [PATCH] kconfig: Remove obsolete CONFIG_DMA_IS_DMA32 entries from ia64 config files
@ 2006-11-27 21:37 Robert P. J. Day
2006-11-27 23:14 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2006-11-27 21:37 UTC (permalink / raw)
To: Linux kernel mailing list; +Cc: trivial
Remove the obsolete CONFIG_DMA_IS_DMA32 entries from the various
"defconfig" files under arch/ia64.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
---
arch/ia64/configs/bigsur_defconfig | 1 -
arch/ia64/configs/gensparse_defconfig | 1 -
arch/ia64/configs/sim_defconfig | 1 -
arch/ia64/configs/tiger_defconfig | 1 -
arch/ia64/configs/zx1_defconfig | 1 -
arch/ia64/defconfig | 1 -
6 files changed, 6 deletions(-)
diff --git a/arch/ia64/configs/bigsur_defconfig b/arch/ia64/configs/bigsur_defconfig
index 90e9c2e..deab374 100644
--- a/arch/ia64/configs/bigsur_defconfig
+++ b/arch/ia64/configs/bigsur_defconfig
@@ -89,7 +89,6 @@ CONFIG_TIME_INTERPOLATION=y
CONFIG_EFI=y
CONFIG_GENERIC_IOMAP=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
-CONFIG_DMA_IS_DMA32=y
# CONFIG_IA64_GENERIC is not set
CONFIG_IA64_DIG=y
# CONFIG_IA64_HP_ZX1 is not set
diff --git a/arch/ia64/configs/gensparse_defconfig b/arch/ia64/configs/gensparse_defconfig
index 0d29aa2..77f528b 100644
--- a/arch/ia64/configs/gensparse_defconfig
+++ b/arch/ia64/configs/gensparse_defconfig
@@ -90,7 +90,6 @@ CONFIG_TIME_INTERPOLATION=y
CONFIG_EFI=y
CONFIG_GENERIC_IOMAP=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
-CONFIG_DMA_IS_DMA32=y
CONFIG_IA64_GENERIC=y
# CONFIG_IA64_DIG is not set
# CONFIG_IA64_HP_ZX1 is not set
diff --git a/arch/ia64/configs/sim_defconfig b/arch/ia64/configs/sim_defconfig
index d9146c3..cb023c4 100644
--- a/arch/ia64/configs/sim_defconfig
+++ b/arch/ia64/configs/sim_defconfig
@@ -90,7 +90,6 @@ CONFIG_TIME_INTERPOLATION=y
CONFIG_EFI=y
CONFIG_GENERIC_IOMAP=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
-CONFIG_DMA_IS_DMA32=y
# CONFIG_IA64_GENERIC is not set
# CONFIG_IA64_DIG is not set
# CONFIG_IA64_HP_ZX1 is not set
diff --git a/arch/ia64/configs/tiger_defconfig b/arch/ia64/configs/tiger_defconfig
index 9d1cffb..5fbc241 100644
--- a/arch/ia64/configs/tiger_defconfig
+++ b/arch/ia64/configs/tiger_defconfig
@@ -90,7 +90,6 @@ CONFIG_TIME_INTERPOLATION=y
CONFIG_EFI=y
CONFIG_GENERIC_IOMAP=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
-CONFIG_DMA_IS_DMA32=y
# CONFIG_IA64_GENERIC is not set
CONFIG_IA64_DIG=y
# CONFIG_IA64_HP_ZX1 is not set
diff --git a/arch/ia64/configs/zx1_defconfig b/arch/ia64/configs/zx1_defconfig
index 949dc46..ffa5c02 100644
--- a/arch/ia64/configs/zx1_defconfig
+++ b/arch/ia64/configs/zx1_defconfig
@@ -88,7 +88,6 @@ CONFIG_TIME_INTERPOLATION=y
CONFIG_EFI=y
CONFIG_GENERIC_IOMAP=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
-CONFIG_DMA_IS_DMA32=y
# CONFIG_IA64_GENERIC is not set
# CONFIG_IA64_DIG is not set
CONFIG_IA64_HP_ZX1=y
diff --git a/arch/ia64/defconfig b/arch/ia64/defconfig
index 9001b3f..04789ae 100644
--- a/arch/ia64/defconfig
+++ b/arch/ia64/defconfig
@@ -90,7 +90,6 @@ CONFIG_TIME_INTERPOLATION=y
CONFIG_EFI=y
CONFIG_GENERIC_IOMAP=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
-CONFIG_DMA_IS_DMA32=y
CONFIG_IA64_GENERIC=y
# CONFIG_IA64_DIG is not set
# CONFIG_IA64_HP_ZX1 is not set
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] kconfig: Remove obsolete CONFIG_DMA_IS_DMA32 entries from ia64 config files
2006-11-27 21:37 [PATCH] kconfig: Remove obsolete CONFIG_DMA_IS_DMA32 entries from ia64 config files Robert P. J. Day
@ 2006-11-27 23:14 ` Adrian Bunk
2006-11-28 0:53 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-11-27 23:14 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux kernel mailing list, trivial
On Mon, Nov 27, 2006 at 04:37:35PM -0500, Robert P. J. Day wrote:
>
> Remove the obsolete CONFIG_DMA_IS_DMA32 entries from the various
> "defconfig" files under arch/ia64.
>...
I do not like this manual editing of defconfigs:
- obsolete options in defconfigs don't cause any harm
- the next time someone refreshes the defconfigs they will
automatically go away
- if it became common to manually patch defconfigs, we'd soon get
many patch conflicts
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kconfig: Remove obsolete CONFIG_DMA_IS_DMA32 entries from ia64 config files
2006-11-27 23:14 ` Adrian Bunk
@ 2006-11-28 0:53 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2006-11-28 0:53 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Linux kernel mailing list, trivial
On Tue, 28 Nov 2006, Adrian Bunk wrote:
> On Mon, Nov 27, 2006 at 04:37:35PM -0500, Robert P. J. Day wrote:
> >
> > Remove the obsolete CONFIG_DMA_IS_DMA32 entries from the various
> > "defconfig" files under arch/ia64.
> >...
>
> I do not like this manual editing of defconfigs:
> - obsolete options in defconfigs don't cause any harm
> - the next time someone refreshes the defconfigs they will
> automatically go away
> - if it became common to manually patch defconfigs, we'd soon get
> many patch conflicts
ah, i was not aware that those files were auto-generated. my mistake.
rday
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-28 1:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27 21:37 [PATCH] kconfig: Remove obsolete CONFIG_DMA_IS_DMA32 entries from ia64 config files Robert P. J. Day
2006-11-27 23:14 ` Adrian Bunk
2006-11-28 0:53 ` Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.