x86 fix IO delay type choice

svn path=/dists/trunk/linux-2.6/; revision=12752
This commit is contained in:
Maximilian Attems 2009-02-10 11:18:08 +00:00
parent 8be525b538
commit b3b7ff1c1b
2 changed files with 6 additions and 0 deletions

View File

@ -86,6 +86,9 @@ CONFIG_X86_VERBOSE_BOOTUP=y
# CONFIG_MMIOTRACE is not set
## choice: IO delay type
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
## end choice
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set

View File

@ -126,6 +126,9 @@ CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_DOUBLEFAULT=y
## choice: IO delay type
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
## end choice
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set