X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Ffirmware%2FKconfig;h=597bf5f04e6d6a812548bcc11d76c4d10a134896;hb=27879d9d66f2dea19cfcd0e1df8358a33447f45b;hp=a6504dbd3ca16536da20f61cf77ed25355914db9;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index a6504dbd3..597bf5f04 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -34,23 +34,4 @@ config EFI_VARS Subsequent efibootmgr releases may be found at: http://linux.dell.com/efibootmgr -config EFI_PCDP - bool "Console device selection via EFI PCDP or HCDP table" - depends on ACPI && EFI && IA64 - default y if IA64 - help - If your firmware supplies the PCDP table, and you want to - automatically use the primary console device it describes - as the Linux console, say Y here. - - If your firmware supplies the HCDP table, and you want to - use the first serial port it describes as the Linux console, - say Y here. If your EFI ConOut path contains only a UART - device, it will become the console automatically. Otherwise, - you must specify the "console=ttyS0" kernel boot argument. - - You must also enable the appropriate drivers (serial, VGA, etc.) - - See - endmenu