X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fum%2FKconfig.char;h=a5b079d5e8658724ae0f762cae44329f38600ff2;hb=612c9384fd0486686699f7d49b774f0c7a79c511;hp=62d87b71179b5b63497d6183c6b2f3c66c994fc1;hpb=32983696a48a6c41d99f3eca82ba7510a552d843;p=powerpc.git diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char index 62d87b7117..a5b079d5e8 100644 --- a/arch/um/Kconfig.char +++ b/arch/um/Kconfig.char @@ -146,6 +146,25 @@ config LEGACY_PTYS security. This option enables these legacy devices; on most systems, it is safe to say N. +config RAW_DRIVER + tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)" + help + The raw driver permits block devices to be bound to /dev/raw/rawN. + Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O. + See the raw(8) manpage for more details. + + The raw driver is deprecated and will be removed soon. + Applications should simply open the device (eg /dev/hda1) + 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 LEGACY_PTY_COUNT int "Maximum number of legacy PTY in use" @@ -190,6 +209,11 @@ config HOSTAUDIO tristate default UML_SOUND +#It is selected elsewhere, so kconfig would warn without this. +config HW_RANDOM + tristate + default n + config UML_RANDOM tristate "Hardware random number generator" help