Kconfig: Update CONFIG_IOAPIC dependencies
Selection of the IOAPIC requires that the LOAPIC be previously selected. Change-Id: I13d95d4bb4ff02c1aebb0b5e573cb2b89dbe530b Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
61f0ce44c7
commit
dff49566e0
3 changed files with 1 additions and 3 deletions
|
@ -159,7 +159,6 @@ CONFIG_NS16550=y
|
|||
#
|
||||
CONFIG_PIC=y
|
||||
# CONFIG_LOAPIC is not set
|
||||
# CONFIG_IOAPIC is not set
|
||||
|
||||
#
|
||||
# Timer Drivers
|
||||
|
|
|
@ -138,7 +138,6 @@ CONFIG_NS16550=y
|
|||
#
|
||||
CONFIG_PIC=y
|
||||
# CONFIG_LOAPIC is not set
|
||||
# CONFIG_IOAPIC is not set
|
||||
|
||||
#
|
||||
# Timer Drivers
|
||||
|
|
|
@ -48,7 +48,7 @@ config LOAPIC
|
|||
config IOAPIC
|
||||
bool "IOAPIC"
|
||||
default n
|
||||
depends on X86_32
|
||||
depends on X86_32 && LOAPIC
|
||||
help
|
||||
This option signifies that the target has an IO-APIC device. This
|
||||
capability allows IO-APIC-dependent code to be included.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue