Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linu…
Browse files Browse the repository at this point in the history
…x-2.6

* 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6:
  [S390] update default configuration.
  [S390] Kconfig: no wireless on s390.
  [S390] Kconfig: use common Kconfig files for s390.
  [S390] Kconfig: common config options for s390.
  [S390] Kconfig: unwanted menus for s390.
  [S390] Kconfig: menus with depends on HAS_IOMEM.
  [S390] Kconfig: refine depends statements.
  [S390] Avoid compile warning.
  [S390] qdio: re-add lost perf_stats.tl_runs change in qdio_handle_pci
  [S390] Avoid sparse warnings.
  [S390] dasd: Fix modular build.
  [S390] monreader inlining cleanup.
  [S390] cio: Make some structures and a function static.
  [S390] cio: Get rid of _ccw_device_get_device_number().
  [S390] fix subsystem removal fallout
  • Loading branch information
Linus Torvalds committed May 10, 2007
2 parents e991084 + 906fc9e commit fc0b60f
Show file tree
Hide file tree
Showing 68 changed files with 321 additions and 312 deletions.
49 changes: 16 additions & 33 deletions arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,23 @@
#

config MMU
bool
default y
def_bool y

config ZONE_DMA
def_bool y
depends on 64BIT

config LOCKDEP_SUPPORT
bool
default y
def_bool y

config STACKTRACE_SUPPORT
bool
default y
def_bool y

config RWSEM_GENERIC_SPINLOCK
bool

config RWSEM_XCHGADD_ALGORITHM
bool
default y
def_bool y

config ARCH_HAS_ILOG2_U32
bool
Expand All @@ -35,8 +31,7 @@ config ARCH_HAS_ILOG2_U64
default n

config GENERIC_HWEIGHT
bool
default y
def_bool y

config GENERIC_TIME
def_bool y
Expand All @@ -55,8 +50,7 @@ config NO_DMA
mainmenu "Linux Kernel Configuration"

config S390
bool
default y
def_bool y

source "init/Kconfig"

Expand Down Expand Up @@ -280,6 +274,10 @@ config WARN_STACK_SIZE
config ARCH_POPULATES_NODE_MAP
def_bool y

comment "Kernel preemption"

source "kernel/Kconfig.preempt"

source "mm/Kconfig"

config HOLES_IN_ZONE
Expand Down Expand Up @@ -320,17 +318,6 @@ config QDIO_DEBUG

comment "Misc"

config PREEMPT
bool "Preemptible Kernel"
help
This option reduces the latency of the kernel when reacting to
real-time or interactive events by allowing a low priority process to
be preempted even if it is in kernel mode executing a system call.
This allows applications to run more reliably even when the system is
under load.

Say N if you are unsure.

config IPL
bool "Builtin IPL record support"
help
Expand Down Expand Up @@ -488,6 +475,8 @@ config APPLDATA_NET_SUM
This can also be compiled as a module, which will be called
appldata_net_sum.o.

source kernel/Kconfig.hz

config NO_IDLE_HZ
bool "No HZ timer ticks in idle"
help
Expand Down Expand Up @@ -535,18 +524,12 @@ endmenu
source "net/Kconfig"

config PCMCIA
bool
default n

source "drivers/base/Kconfig"
def_bool n

source "drivers/connector/Kconfig"

source "drivers/scsi/Kconfig"

source "drivers/s390/Kconfig"
config CCW
def_bool y

source "drivers/net/Kconfig"
source "drivers/Kconfig"

source "fs/Kconfig"

Expand Down
Loading

0 comments on commit fc0b60f

Please sign in to comment.