X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2FKconfig;h=d54d0cadcc064c284c10cce88beaf9c55ccf0cdd;hb=9cdcaa2c9330432bfe891d40f2d914b80bbcf9f3;hp=7f798bcb81f4ab47e5183c1f87d13b2d2317486a;hpb=448e3cee839fdf975d6119eed475ec7d0400404e;p=pandora-kernel.git diff --git a/init/Kconfig b/init/Kconfig index 7f798bcb81f4..d54d0cadcc06 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -7,7 +7,7 @@ config DEFCONFIG_LIST default "/boot/config-$UNAME_RELEASE" default "arch/$ARCH/defconfig" -menu "Code maturity level options" +menu "General setup" config EXPERIMENTAL bool "Prompt for development and/or incomplete code/drivers" @@ -61,9 +61,6 @@ config INIT_ENV_ARG_LIMIT Maximum of each of the number of arguments and environment variables passed to init from the kernel command line. -endmenu - -menu "General setup" config LOCALVERSION string "Local version - append to kernel release" @@ -491,6 +488,7 @@ config SIGNALFD config TIMERFD bool "Enable timerfd() system call" if EMBEDDED select ANON_INODES + depends on BROKEN default y help Enable the timerfd() system call that allows to receive timer