Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Jonas Bonn <[email protected]>
---
arch/openrisc/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Index: linux/arch/openrisc/Kconfig
===================================================================
--- linux.orig/arch/openrisc/Kconfig
+++ linux/arch/openrisc/Kconfig
@@ -17,6 +17,7 @@ config OPENRISC
select GENERIC_IOMAP
select GENERIC_CPU_DEVICES
select GENERIC_ATOMIC64
+ select GENERIC_CLOCKEVENTS
config MMU
def_bool y
@@ -46,9 +47,6 @@ config NO_IOPORT
config GENERIC_GPIO
def_bool y
-config GENERIC_CLOCKEVENTS
- def_bool y
-
config TRACE_IRQFLAGS_SUPPORT
def_bool y
Good idea!
Acked-by: Jonas Bonn <[email protected]>
Thanks,
Jonas
On Fri, 2012-05-18 at 16:45 +0000, Anna-Maria Gleixner wrote:
> plain text document attachment
> (openrisc-use-generic-time-config.patch)
> Signed-off-by: Anna-Maria Gleixner <[email protected]>
> Cc: Jonas Bonn <[email protected]>
> ---
> arch/openrisc/Kconfig | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> Index: linux/arch/openrisc/Kconfig
> ===================================================================
> --- linux.orig/arch/openrisc/Kconfig
> +++ linux/arch/openrisc/Kconfig
> @@ -17,6 +17,7 @@ config OPENRISC
> select GENERIC_IOMAP
> select GENERIC_CPU_DEVICES
> select GENERIC_ATOMIC64
> + select GENERIC_CLOCKEVENTS
>
> config MMU
> def_bool y
> @@ -46,9 +47,6 @@ config NO_IOPORT
> config GENERIC_GPIO
> def_bool y
>
> -config GENERIC_CLOCKEVENTS
> - def_bool y
> -
> config TRACE_IRQFLAGS_SUPPORT
> def_bool y
>
>
>
Commit-ID: 5bf8f6bfc950abe23927e0ff54cdb260d19d608e
Gitweb: http://git.kernel.org/tip/5bf8f6bfc950abe23927e0ff54cdb260d19d608e
Author: Anna-Maria Gleixner <[email protected]>
AuthorDate: Fri, 18 May 2012 16:45:51 +0000
Committer: Thomas Gleixner <[email protected]>
CommitDate: Mon, 21 May 2012 11:01:43 +0200
openrisc: Use generic time config
Signed-off-by: Anna-Maria Gleixner <[email protected]>
Acked-by: Jonas Bonn <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
---
arch/openrisc/Kconfig | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index a478719..be04485 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -17,6 +17,7 @@ config OPENRISC
select GENERIC_IOMAP
select GENERIC_CPU_DEVICES
select GENERIC_ATOMIC64
+ select GENERIC_CLOCKEVENTS
config MMU
def_bool y
@@ -46,9 +47,6 @@ config NO_IOPORT
config GENERIC_GPIO
def_bool y
-config GENERIC_CLOCKEVENTS
- def_bool y
-
config TRACE_IRQFLAGS_SUPPORT
def_bool y