summaryrefslogtreecommitdiffstats
path: root/fs/qnx6/Kconfig
blob: edbba5c17cc882bb080071d0e725aedc9770a8b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config QNX6FS_FS
	tristate "QNX6 file system support (read only)"
	depends on BLOCK && CRC32
	help
	  This is the file system used by the real-time operating systems
	  QNX 6 (also called QNX RTP).
	  Further information is available at <http://www.qnx.com/>.
	  Say Y if you intend to mount QNX hard disks or floppies formatted
          with a mkqnx6fs.
	  However, keep in mind that this currently is a readonly driver!

	  To compile this file system support as a module, choose M here: the
	  module will be called qnx6.

	  If you don't know whether you need it, then you don't need it:
	  answer N.

config QNX6FS_DEBUG
	bool "QNX6 debugging information"
	depends on QNX6FS_FS
	help
	  Turns on extended debugging output.

	  If you are not a developer working on the QNX6FS, you probably don't
	  want this:
	  answer N.
href='#n64'>64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
config DTC
	bool

config OF
	bool

menu "Device Tree and Open Firmware support"
	depends on OF

config PROC_DEVICETREE
	bool "Support for device tree in /proc"
	depends on PROC_FS && !SPARC
	help
	  This option adds a device-tree directory under /proc which contains
	  an image of the device tree that the kernel copies from Open
	  Firmware or other boot firmware. If unsure, say Y here.

config OF_FLATTREE
	bool
	select DTC

config OF_EARLY_FLATTREE
	bool
	select OF_FLATTREE

config OF_PROMTREE
	bool

config OF_DYNAMIC
	def_bool y
	depends on PPC_OF

config OF_ADDRESS
	def_bool y
	depends on !SPARC

config OF_IRQ
	def_bool y
	depends on !SPARC

config OF_DEVICE
	def_bool y

config OF_GPIO
	def_bool y
	depends on GPIOLIB && !SPARC
	help
	  OpenFirmware GPIO accessors

config OF_I2C
	def_tristate I2C
	depends on I2C && !SPARC
	help
	  OpenFirmware I2C accessors

config OF_NET
	depends on NETDEVICES
	def_bool y

config OF_SPI
	def_tristate SPI
	depends on SPI && !SPARC
	help
	  OpenFirmware SPI accessors

config OF_MDIO
	def_tristate PHYLIB
	depends on PHYLIB
	help
	  OpenFirmware MDIO bus (Ethernet PHY) accessors

config OF_PCI
	def_tristate PCI
	depends on PCI && (PPC || MICROBLAZE || X86)
	help
	  OpenFirmware PCI bus accessors

endmenu # OF