X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fopenrisc%2FKconfig;h=49765b53f6374709943a1c1a5d17b46cad1846fb;hb=af4f8ba31a4e328677bec493ceeaf112ca193b65;hp=297bd38f7c5d4e9d532ed92a12f4d5f3022b0c59;hpb=a0f68763e1c7dd57fa2dae3c07bc50651e2eac29;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 297bd38..49765b5 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -18,6 +18,9 @@ config OPENRISC select GENERIC_IOMAP select GENERIC_CPU_DEVICES select GENERIC_ATOMIC64 + select GENERIC_CLOCKEVENTS + select GENERIC_STRNCPY_FROM_USER + select GENERIC_STRNLEN_USER config MMU def_bool y @@ -47,9 +50,6 @@ config NO_IOPORT config GENERIC_GPIO def_bool y -config GENERIC_CLOCKEVENTS - def_bool y - config TRACE_IRQFLAGS_SUPPORT def_bool y @@ -109,7 +109,6 @@ config OPENRISC_HAVE_INST_DIV endmenu -source "kernel/time/Kconfig" source kernel/Kconfig.hz source kernel/Kconfig.preempt source "mm/Kconfig"