You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[RAPIDIO] Add RapidIO option to kernel configuration
Signed-off-by: Zhang Wei <wei.zhang@freescale.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
d02443a6f8
commit
f1f389d558
@@ -608,6 +608,19 @@ source "drivers/pcmcia/Kconfig"
|
|||||||
|
|
||||||
source "drivers/pci/hotplug/Kconfig"
|
source "drivers/pci/hotplug/Kconfig"
|
||||||
|
|
||||||
|
config HAS_RAPIDIO
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
|
config RAPIDIO
|
||||||
|
bool "RapidIO support"
|
||||||
|
depends on HAS_RAPIDIO
|
||||||
|
help
|
||||||
|
If you say Y here, the kernel will include drivers and
|
||||||
|
infrastructure code to support RapidIO interconnect devices.
|
||||||
|
|
||||||
|
source "drivers/rapidio/Kconfig"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Advanced setup"
|
menu "Advanced setup"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ config MPC8641_HPCN
|
|||||||
select PPC_I8259
|
select PPC_I8259
|
||||||
select DEFAULT_UIMAGE
|
select DEFAULT_UIMAGE
|
||||||
select FSL_ULI1575
|
select FSL_ULI1575
|
||||||
|
select HAS_RAPIDIO
|
||||||
help
|
help
|
||||||
This option enables support for the MPC8641 HPCN board.
|
This option enables support for the MPC8641 HPCN board.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user