Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0de502aa authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

[PATCH] raw driver: Kconfig fix



CONFIG_MAX_RAW_DEVS should appear immediately after CONFIG_RAW_DRIVER.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a64882e7
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -943,6 +943,15 @@ config RAW_DRIVER
          Applications should simply open the device (eg /dev/hda1)
          Applications should simply open the device (eg /dev/hda1)
          with the O_DIRECT flag.
          with the O_DIRECT flag.


config MAX_RAW_DEVS
	int "Maximum number of RAW devices to support (1-8192)"
	depends on RAW_DRIVER
	default "256"
	help
	  The maximum number of RAW devices that are supported.
	  Default is 256. Increase this number in case you need lots of
	  raw devices.

config HPET
config HPET
	bool "HPET - High Precision Event Timer" if (X86 || IA64)
	bool "HPET - High Precision Event Timer" if (X86 || IA64)
	default n
	default n
@@ -974,15 +983,6 @@ config HPET_MMAP
	  exposed to the user.  If this applies to your hardware,
	  exposed to the user.  If this applies to your hardware,
	  say N here.
	  say N here.


config MAX_RAW_DEVS
	int "Maximum number of RAW devices to support (1-8192)"
	depends on RAW_DRIVER
	default "256"
	help
	  The maximum number of RAW devices that are supported.
	  Default is 256. Increase this number in case you need lots of
	  raw devices.

config HANGCHECK_TIMER
config HANGCHECK_TIMER
	tristate "Hangcheck timer"
	tristate "Hangcheck timer"
	depends on X86 || IA64 || PPC64 || ARCH_S390
	depends on X86 || IA64 || PPC64 || ARCH_S390